File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -65,9 +65,17 @@ flowchart LR
6565 Proxy -->|Attaches/STDIO| MCP
6666```
6767
68+ :::info[ STDIO Transport Limitation]
69+
70+ MCP servers using STDIO transport support only a single client connection at a
71+ time. If you need to support multiple users or concurrent client connections,
72+ use SSE (Server-Sent Events) or Streamable HTTP transport instead.
73+
74+ :::
75+
6876### Streamable HTTP and SSE transport flow
6977
70- For MCP servers using Server-Sent Events (SSE) or Stremable HTTP transport, the
78+ For MCP servers using Server-Sent Events (SSE) or Streamable HTTP transport, the
7179proxy creates both a pod and a headless service. This allows direct HTTP/SSE or
7280HTTP/Streamable HTTP communication between the proxy and MCP server while
7381maintaining network isolation and service discovery.
You can’t perform that action at this time.
0 commit comments