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 55c983f + 8b09303 commit 843186cCopy full SHA for 843186c
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