Skip to content

Commit 447a56f

Browse files
authored
Merge pull request modelcontextprotocol#703 from olaservo/remove-warning
Remove temporary warning and update missed line
2 parents cca1520 + a42f926 commit 447a56f

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

docs/docs/concepts/transports.mdx

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,7 @@ Use stdio when:
129129

130130
### Streamable HTTP
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-
140-
SSE transport enables server-to-client streaming with HTTP POST requests for client-to-server communication.
132+
The Streamable HTTP transport uses HTTP POST requests for client-to-server communication and optional Server-Sent Events (SSE) streams for server-to-client communication.
141133

142134
Use Streamable HTTP when:
143135

0 commit comments

Comments
 (0)