Skip to content

Commit cc16639

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 eb0d9c0 commit cc16639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
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
126-
- **Stdio Transport**: Notifications are sent as JSON-RPC 2.0 messages to stdout
125+
- **stdio**: Notifications are sent as JSON-RPC 2.0 messages to stdout
126+
- **Streamable HTTP**: 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)