Skip to content

Commit 843186c

Browse files
authored
Merge pull request modelcontextprotocol#162 from modelcontextprotocol/davidsp/force-utf8
transport: force utf-8 for transports
2 parents 55c983f + 8b09303 commit 843186c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ weight: 10
66

77
{{< callout type="info" >}} **Protocol Revision**: draft {{< /callout >}}
88

9-
MCP currently defines two standard transport mechanisms for client-server communication:
9+
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:
1013

1114
1. [stdio](#stdio), communication over standard in and standard out
1215
2. [HTTP with Server-Sent Events](#http-with-sse) (SSE)

0 commit comments

Comments
 (0)