Skip to content

Commit 28e77d6

Browse files
committed
merges SSE and Streamable HTTP into the same section
Signed-off-by: ChrisJBurns <[email protected]>
1 parent 9982252 commit 28e77d6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/toolhive/guides-k8s/run-mcp-k8s.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,12 @@ flowchart LR
6565
Proxy -->|Attaches/STDIO| MCP
6666
```
6767

68-
### SSE transport flow
68+
### Streamable HTTP and SSE transport flow
6969

70-
For MCP servers using Server-Sent Events (SSE) transport, the proxy creates both
71-
a pod and a headless service. This allows direct HTTP/SSE communication between
72-
the proxy and MCP server while maintaining network isolation and service
73-
discovery.
70+
For MCP servers using Server-Sent Events (SSE) or Stremable HTTP transport, the
71+
proxy creates both a pod and a headless service. This allows direct HTTP/SSE or
72+
HTTP/Streamable HTTP communication between the proxy and MCP server while
73+
maintaining network isolation and service discovery.
7474

7575
```mermaid
7676
flowchart LR
@@ -87,8 +87,8 @@ flowchart LR
8787
MCPPod["POD: MCP Server"]
8888
end
8989
90-
Client["Client"] -->|HTTP/SSE| Proxy
91-
Proxy -->|HTTP/SSE| MCP
90+
Client["Client"] -->|HTTP| Proxy
91+
Proxy -->|HTTP| MCP
9292
MCPService --> MCPPod
9393
```
9494

0 commit comments

Comments
 (0)