Skip to content

Commit 048f812

Browse files
committed
Rephrase "bidirectional communication"
1 parent bd504c8 commit 048f812

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ In the **Streamable HTTP** transport, the server operates as an independent proc
5959
can handle multiple client connections. This transport uses standard HTTP with optional
6060
[Server-Sent Events](https://en.wikipedia.org/wiki/Server-sent_events) (SSE) for
6161
streaming multiple server messages. This permits "plain HTTP" MCP servers, as well as
62-
more feature-rich servers supporting streaming and bidirectional communication.
62+
more feature-rich servers supporting streaming and server-to-client notifications and
63+
requests.
6364

6465
The server **MUST** provide a single HTTP endpoint (hereafter referred to as the **MCP
6566
endpoint**) that supports both POST and GET methods. For example, this could be a URL

0 commit comments

Comments
 (0)