We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac90590 commit 03bbe72Copy full SHA for 03bbe72
1 file changed
tests_integ/mcp/test_mcp_client.py
@@ -279,7 +279,7 @@ def test_mcp_client_timeout_integration():
279
280
def slow_transport():
281
time.sleep(4) # Longer than timeout
282
- return stdio_client(StdioServerParameters(command="python", args=["tests_integ/echo_server.py"]))
+ return stdio_client(StdioServerParameters(command="python", args=["tests_integ/mcp/echo_server.py"]))
283
284
client = MCPClient(slow_transport, startup_timeout=2)
285
initial_threads = threading.active_count()
0 commit comments