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
36
36
subgraph K8s["<h3>Kubernetes cluster</h3>"]
37
37
subgraph K8s1["**Deployment**"]
38
38
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
39
40
end
40
41
subgraph K8s2["**Deployment**"]
41
42
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
42
44
end
43
45
Ingress["Ingress"] -- http/sse --> Svc1 & Svc2
44
- Operator["ToolHive<br>Operator"] -- creates --> K8s1 & K8s2
46
+ Operator["ToolHive<br>Operator"] -.->|creates| K8s1 & K8s2
45
47
end
46
48
47
49
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.
25
25
26
26
``` mermaid
27
27
flowchart LR
28
- Client["Client"] --> Proxy["ToolHive Proxy"]
28
+ Client["Client"] --> Proxy["ToolHive<br> Proxy/Runner "]
29
29
Proxy --> MCP["MCP Server"]
30
30
31
31
subgraph K8s["Kubernetes Cluster"]
You can’t perform that action at this time.
0 commit comments