We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4294604 commit 0a37198Copy full SHA for 0a37198
tests-integ/test_mcp_client.py
@@ -1,9 +1,9 @@
1
import base64
2
-import pytest
3
import threading
4
import time
5
from typing import List, Literal
6
+import pytest
7
from mcp import StdioServerParameters, stdio_client
8
from mcp.client.sse import sse_client
9
from mcp.client.streamable_http import streamablehttp_client
@@ -101,6 +101,7 @@ def test_can_reuse_mcp_client():
101
tool_use_content_blocks = _messages_to_content_blocks(agent.messages)
102
assert any([block["name"] == "echo" for block in tool_use_content_blocks])
103
104
+
105
@pytest.mark.skip(reason="streamable transport is failing in GitHub actions, debugging if linux compatibility issue")
106
def test_streamable_http_mcp_client():
107
server_thread = threading.Thread(
0 commit comments