Skip to content

Commit 29fcf7e

Browse files
Update docs/specification/draft/basic/transports.md
Co-authored-by: David Soria Parra <[email protected]>
1 parent 0f4924b commit 29fcf7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ protocol version 2024-11-05. See the [backwards compatibility](#backwards-compat
5656
guide below. {{< /callout >}}
5757

5858
In the **Streamable HTTP** transport, the server operates as an independent process that
59-
can handle multiple client connections. This transport uses standard HTTP with optional
60-
[Server-Sent Events](https://en.wikipedia.org/wiki/Server-sent_events) (SSE) for
61-
streaming multiple server messages. This permits "plain HTTP" MCP servers, as well as
59+
can handle multiple client connections. This transport uses HTTP POST and GET requests. Server can optionally make use of
60+
[Server-Sent Events](https://en.wikipedia.org/wiki/Server-sent_events) (SSE) to
61+
stream multiple server messages. This permits basic MCP servers, as well as
6262
more feature-rich servers supporting streaming and server-to-client notifications and
6363
requests.
6464

0 commit comments

Comments
 (0)