File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ protocol version 2024-11-05. See the [backwards compatibility](#backwards-compat
56
56
guide below. {{< /callout >}}
57
57
58
58
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
62
62
more feature-rich servers supporting streaming and server-to-client notifications and
63
63
requests.
64
64
You can’t perform that action at this time.
0 commit comments