Skip to content

Commit 02aae27

Browse files
committed
[Docs] Tweak the doc of Transport Support in the README.md
Follow-up to #33. The order of appearance of Stdio and Streamable HTTP follows the specification: https://modelcontextprotocol.io/specification/2025-06-18/basic/transports
1 parent 541bbe0 commit 02aae27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ Notifications follow the JSON-RPC 2.0 specification and use these method names:
122122

123123
#### Transport Support
124124

125-
- **HTTP Transport**: Notifications are sent as Server-Sent Events (SSE) to all connected sessions
126125
- **Stdio Transport**: Notifications are sent as JSON-RPC 2.0 messages to stdout
126+
- **StreamableHTTP Transport**: Notifications are sent as JSON-RPC 2.0 messages over HTTP with streaming (chunked transfer or SSE)
127127

128128
#### Usage Example
129129

0 commit comments

Comments
 (0)