Skip to content

Commit fa85fbf

Browse files
committed
show all three options
1 parent 8c081c3 commit fa85fbf

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/introduction.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ At its core, MCP follows a client-server architecture where a host application c
2020
```mermaid
2121
flowchart LR
2222
subgraph "Your Computer"
23-
Host["Host with MCP Client\n(Claude, IDEs, Tools)"]
23+
Host["Host with MCP Client<br/>(Claude, IDEs, Tools)"]
2424
S1["MCP Server A"]
2525
S2["MCP Server B"]
26+
D1[("Local<br/>Data Source A")]
2627
Host <-->|"MCP Protocol"| S1
2728
Host <-->|"MCP Protocol"| S2
28-
S1 <--> D1[("Local\nData Source A")]
29-
S2 <--> D2[("Local\nData Source B")]
29+
S1 <--> D1
3030
end
3131
subgraph "Internet"
3232
S3["MCP Server C"]
33-
D3[("Remote\nService C")]
33+
D2[("Remote<br/>Service B")]
34+
D3[("Remote<br/>Service C")]
35+
S2 <-->|"Web APIs"| D2
3436
S3 <-->|"Web APIs"| D3
3537
end
3638
Host <-->|"MCP Protocol"| S3

0 commit comments

Comments
 (0)