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.
1 parent eb0d9c0 commit cc16639Copy full SHA for cc16639
README.md
@@ -122,8 +122,8 @@ Notifications follow the JSON-RPC 2.0 specification and use these method names:
122
123
#### Transport Support
124
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
+- **stdio**: Notifications are sent as JSON-RPC 2.0 messages to stdout
+- **Streamable HTTP**: Notifications are sent as JSON-RPC 2.0 messages over HTTP with streaming (chunked transfer or SSE)
127
128
#### Usage Example
129
0 commit comments