Skip to content

Commit dc28d69

Browse files
authored
Merge pull request #128 from koic/tweak_the_doc_of_transport_support_in_the_readme
[Docs] Tweak the doc of Transport Support in the README.md
2 parents 3f2a4b3 + cc16639 commit dc28d69

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
@@ -124,8 +124,8 @@ Notifications follow the JSON-RPC 2.0 specification and use these method names:
124124

125125
#### Transport Support
126126

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
127+
- **stdio**: Notifications are sent as JSON-RPC 2.0 messages to stdout
128+
- **Streamable HTTP**: Notifications are sent as JSON-RPC 2.0 messages over HTTP with streaming (chunked transfer or SSE)
129129

130130
#### Usage Example
131131

0 commit comments

Comments
 (0)