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 @@ -52,13 +52,15 @@ The host process acts as the container and coordinator:
52
52
- Manages context aggregation across clients
53
53
54
54
### Clients
55
- Each client maintains an isolated server connection:
55
+ Each client is created by the host and maintains an isolated server connection:
56
56
- Establishes one stateful session per server
57
57
- Handles protocol negotiation and capability exchange
58
58
- Routes protocol messages bidirectionally
59
59
- Manages subscriptions and notifications
60
60
- Maintains security boundaries between servers
61
61
62
+ A host application creates and manages multiple clients, with each client having a 1:1 relationship with a particular server.
63
+
62
64
### Servers
63
65
Servers provide specialized context and capabilities:
64
66
- Expose resources, tools and prompts via MCP primitives
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ The Model Context Protocol (MCP) provides a standardized way for servers to expo
12
12
13
13
## User Interaction Model
14
14
15
- Resources in MCP are designed to be ** application-driven** , with clients determining how to incorporate context based on their needs.
15
+ Resources in MCP are designed to be ** application-driven** , with host applications determining how to incorporate context based on their needs.
16
16
17
17
For example, applications could:
18
18
* Expose resources through UI elements for explicit selection, in a tree or list view
You can’t perform that action at this time.
0 commit comments