File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/specification/architecture Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ Servers provide specialized context and capabilities:
74
74
MCP is built on several key design principles that inform its architecture and implementation:
75
75
76
76
1 . ** Servers should be extremely easy to build**
77
- - Clients handle complex orchestration responsibilities
77
+ - Host applications handle complex orchestration responsibilities
78
78
- Servers focus on specific, well-defined capabilities
79
79
- Simple interfaces minimize implementation overhead
80
80
- Clear separation enables maintainable code
@@ -87,9 +87,9 @@ MCP is built on several key design principles that inform its architecture and i
87
87
88
88
3 . ** Servers should not be able to read the whole conversation, nor "see into" other servers**
89
89
- Servers receive only necessary contextual information
90
- - Full conversation history stays with client/ host
90
+ - Full conversation history stays with the host
91
91
- Each server connection maintains isolation
92
- - Cross-server interactions are client- controlled
92
+ - Cross-server interactions are controlled by the host
93
93
- Host process enforces security boundaries
94
94
95
95
4 . ** Features can be added to servers and clients progressively**
You can’t perform that action at this time.
0 commit comments