Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/toolhive/guides-k8s/run-mcp-k8s.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,14 @@ flowchart LR
Proxy -->|Attaches/STDIO| MCP
```

:::info[STDIO Transport Limitation]

MCP servers using STDIO transport support only a single client connection at a
time. If you need to support multiple users or concurrent client connections,
use SSE (Server-Sent Events) or Streamable HTTP transport instead.

:::

### Streamable HTTP and SSE transport flow

For MCP servers using Server-Sent Events (SSE) or Stremable HTTP transport, the
Expand Down