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
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 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.
64
64
65
65
The server ** MUST** provide a single HTTP endpoint path (hereafter referred to as the
66
66
** 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