Skip to content

Commit 3a57a03

Browse files
committed
Formatting
1 parent 60dbfcd commit 3a57a03

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ 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 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

6565
The 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

0 commit comments

Comments
 (0)