File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ uv run playwright install --with-deps --no-shell chromium
29
29
uv run server --port 8000
30
30
```
31
31
32
- With stdio mode (for terminal-based clients) :
32
+ With stdio mode:
33
33
34
34
``` bash
35
35
# Run with stdio mode and specify a proxy port
@@ -91,9 +91,8 @@ client UI, or in a mcp.json file:
91
91
92
92
When running in stdio mode, the server will automatically start both the SSE
93
93
server and mcp-proxy. The proxy handles the conversion between stdio and SSE
94
- protocols. No additional configuration is needed - just start your
95
- terminal-based client and it will communicate with the server through
96
- stdin/stdout.
94
+ protocols. No additional configuration is needed - just start your client and it
95
+ will communicate with the server through stdin/stdout.
97
96
98
97
Install the cli
99
98
You can’t perform that action at this time.
0 commit comments