Skip to content

Commit 560e67d

Browse files
authored
Update architecture diagram (#146)
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 053e811 commit 560e67d

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -146,18 +146,22 @@ containers. The proxy communicates with MCP servers via standard input/output
146146
flowchart LR
147147
subgraph container[Docker/Podman]
148148
direction LR
149-
proxy[SSE proxy]
149+
proxy1[SSE proxy 1]
150+
proxy2[SSE proxy 2]
151+
proxy3[SSE proxy 3]
150152
mcp1[MCP Server]
151153
mcp2[MCP Server]
152154
mcp3[MCP Server]
153155
154-
proxy -->|stdio| mcp1
155-
proxy -->|stdio| mcp2
156-
proxy -->|sse| mcp3
156+
proxy1 -->|stdio| mcp1
157+
proxy2 -->|stdio| mcp2
158+
proxy3 -->|sse| mcp3
157159
end
158160
159161
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
161165
```
162166

163167
## Usage examples

0 commit comments

Comments
 (0)