File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -146,18 +146,22 @@ containers. The proxy communicates with MCP servers via standard input/output
146
146
flowchart LR
147
147
subgraph container[Docker/Podman]
148
148
direction LR
149
- proxy[SSE proxy]
149
+ proxy1[SSE proxy 1]
150
+ proxy2[SSE proxy 2]
151
+ proxy3[SSE proxy 3]
150
152
mcp1[MCP Server]
151
153
mcp2[MCP Server]
152
154
mcp3[MCP Server]
153
155
154
- proxy -->|stdio| mcp1
155
- proxy -->|stdio| mcp2
156
- proxy -->|sse| mcp3
156
+ proxy1 -->|stdio| mcp1
157
+ proxy2 -->|stdio| mcp2
158
+ proxy3 -->|sse| mcp3
157
159
end
158
160
159
161
T[ToolHive CLI] -->|Socket API| container
160
- C[Client] -->|HTTP/SSE| proxy
162
+ C[Client] -->|HTTP/SSE| proxy1
163
+ C[Client] -->|HTTP/SSE| proxy2
164
+ C[Client] -->|HTTP/SSE| proxy3
161
165
```
162
166
163
167
## Usage examples
You can’t perform that action at this time.
0 commit comments