File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ protocol version 2024-11-05. See the [backwards compatibility](#backwards-compat
5656guide below. {{< /callout >}}
5757
5858In the ** Streamable HTTP** transport, the server operates as an independent process that
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- more feature-rich servers supporting streaming and server-to-client notifications and
63- requests.
59+ can handle multiple client connections. This transport uses HTTP POST and GET requests.
60+ Server can optionally make use of
61+ [ Server-Sent Events ] ( https://en.wikipedia.org/wiki/Server-sent_events ) (SSE) to stream
62+ multiple server messages. This permits basic MCP servers, as well as more feature-rich
63+ servers supporting streaming and server-to-client notifications and requests.
6464
6565The server ** MUST** provide a single HTTP endpoint path (hereafter referred to as the
6666** MCP endpoint** ) that supports both POST and GET methods. For example, this could be a
You can’t perform that action at this time.
0 commit comments