Skip to content

Commit 2591f80

Browse files
authored
Test using simple tee instead of mcp-server-fetch
1 parent 2774496 commit 2591f80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/client/test_stdio_cm.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
from mcp.client.stdio import stdio_client
55

66
MCP_SERVER = {
7-
"command": "uvx",
8-
"args": ["mcp-server-fetch"],
7+
"command": "tee",
98
}
109

1110

0 commit comments

Comments
 (0)