We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 133f8d8 + 843186c commit f22e6d3Copy full SHA for f22e6d3
docs/specification/draft/basic/transports.md
@@ -6,7 +6,10 @@ weight: 10
6
7
{{< callout type="info" >}} **Protocol Revision**: draft {{< /callout >}}
8
9
-MCP currently defines two standard transport mechanisms for client-server communication:
+MCP uses JSON-RPC to encode messages. JSON-RPC messages **MUST** be UTF-8 encoded.
10
+
11
+The protocol currently defines two standard transport mechanisms for client-server
12
+communication:
13
14
1. [stdio](#stdio), communication over standard in and standard out
15
2. [HTTP with Server-Sent Events](#http-with-sse) (SSE)
0 commit comments