diff --git a/README.md b/README.md index 834280d0..53f14986 100644 --- a/README.md +++ b/README.md @@ -122,8 +122,8 @@ Notifications follow the JSON-RPC 2.0 specification and use these method names: #### Transport Support -- **HTTP Transport**: Notifications are sent as Server-Sent Events (SSE) to all connected sessions -- **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) #### Usage Example