Skip to content

Commit 8c081c3

Browse files
committed
fix architecture diagram
1 parent 169021c commit 8c081c3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

docs/introduction.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,17 @@ flowchart LR
2323
Host["Host with MCP Client\n(Claude, IDEs, Tools)"]
2424
S1["MCP Server A"]
2525
S2["MCP Server B"]
26-
S3["MCP Server C"]
2726
Host <-->|"MCP Protocol"| S1
2827
Host <-->|"MCP Protocol"| S2
29-
Host <-->|"MCP Protocol"| S3
3028
S1 <--> D1[("Local\nData Source A")]
3129
S2 <--> D2[("Local\nData Source B")]
3230
end
3331
subgraph "Internet"
34-
S3 <-->|"Web APIs"| D3[("Remote\nService C")]
32+
S3["MCP Server C"]
33+
D3[("Remote\nService C")]
34+
S3 <-->|"Web APIs"| D3
3535
end
36+
Host <-->|"MCP Protocol"| S3
3637
```
3738

3839
- **MCP Hosts**: Programs like Claude Desktop, IDEs, or AI tools that want to access data through MCP

0 commit comments

Comments
 (0)