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:
7474MCP is built on several key design principles that inform its architecture and implementation:
7575
76761 . ** Servers should be extremely easy to build**
77- - Clients handle complex orchestration responsibilities
77+ - Host applications handle complex orchestration responsibilities
7878 - Servers focus on specific, well-defined capabilities
7979 - Simple interfaces minimize implementation overhead
8080 - Clear separation enables maintainable code
@@ -87,9 +87,9 @@ MCP is built on several key design principles that inform its architecture and i
8787
88883 . ** Servers should not be able to read the whole conversation, nor "see into" other servers**
8989 - Servers receive only necessary contextual information
90- - Full conversation history stays with client/ host
90+ - Full conversation history stays with the host
9191 - Each server connection maintains isolation
92- - Cross-server interactions are client- controlled
92+ - Cross-server interactions are controlled by the host
9393 - Host process enforces security boundaries
9494
95954 . ** Features can be added to servers and clients progressively**
You can’t perform that action at this time.
0 commit comments