This repository was archived by the owner on Jul 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,14 @@ flowchart TB
3636 subgraph K8s["<h3>Kubernetes cluster</h3>"]
3737 subgraph K8s1["**Deployment**"]
3838 Svc1["SSE Proxy<br>Service"] -- http/sse --> Proxy1["SSE Proxy<br>Pod"] -- stdio or http/sse --> MCP1["MCP Server<br>Pod"]
39+ Proxy1 -.->|creates| MCP1
3940 end
4041 subgraph K8s2["**Deployment**"]
4142 Svc2["SSE Proxy<br>Service"] -- http/sse --> Proxy2["SSE Proxy<br>Pod"] -- stdio or http/sse --> MCP2["MCP Server<br>Pod"]
43+ Proxy2 -.->|creates| MCP2
4244 end
4345 Ingress["Ingress"] -- http/sse --> Svc1 & Svc2
44- Operator["ToolHive<br>Operator"] -- creates --> K8s1 & K8s2
46+ Operator["ToolHive<br>Operator"] -.->|creates| K8s1 & K8s2
4547 end
4648
4749 Client["MCP Client<br>[ex: Copilot]"] -- http/sse --> Ingress
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ necessary infrastructure to run your MCP servers securely within the cluster.
2525
2626``` mermaid
2727flowchart LR
28- Client["Client"] --> Proxy["ToolHive Proxy"]
28+ Client["Client"] --> Proxy["ToolHive<br> Proxy/Runner "]
2929 Proxy --> MCP["MCP Server"]
3030
3131 subgraph K8s["Kubernetes Cluster"]
You can’t perform that action at this time.
0 commit comments