Skip to content

Commit 0a7e609

Browse files
committed
Add pointer to Streamable HTTP Transport in the User Guide
1 parent df3170c commit 0a7e609

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docs/concepts/transports.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,14 @@ Use stdio when:
129129

130130
### Server-Sent Events (SSE)
131131

132+
<Warning>
133+
134+
The SSE Transport has been [**replaced**](http://modelcontextprotocol.io/specification/2025-03-26/changelog#major-changes) with a more
135+
flexible [Streamable HTTP](http://modelcontextprotocol.io/specification/2025-03-26/basic/transports) transport. Refer to the [Specification](http://modelcontextprotocol.io/specification/2025-03-26/basic/transports)
136+
and latest SDKs for the most recent information.
137+
138+
</Warning>
139+
132140
SSE transport enables server-to-client streaming with HTTP POST requests for client-to-server communication.
133141

134142
Use SSE when:

0 commit comments

Comments
 (0)