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.
2 parents 3f2a4b3 + cc16639 commit dc28d69Copy full SHA for dc28d69
README.md
@@ -124,8 +124,8 @@ Notifications follow the JSON-RPC 2.0 specification and use these method names:
124
125
#### Transport Support
126
127
-- **HTTP Transport**: Notifications are sent as Server-Sent Events (SSE) to all connected sessions
128
-- **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)
129
130
#### Usage Example
131
0 commit comments