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 541bbe0 commit 02aae27Copy full SHA for 02aae27
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
+- **StreamableHTTP Transport**: 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