Skip to content

Commit 1917ba4

Browse files
committed
Endpoint *path
1 parent 048f812 commit 1917ba4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ streaming multiple server messages. This permits "plain HTTP" MCP servers, as we
6262
more feature-rich servers supporting streaming and server-to-client notifications and
6363
requests.
6464

65-
The server **MUST** provide a single HTTP endpoint (hereafter referred to as the **MCP
66-
endpoint**) that supports both POST and GET methods. For example, this could be a URL
67-
like `https://example.com/mcp`.
65+
The server **MUST** provide a single HTTP endpoint path (hereafter referred to as the
66+
**MCP endpoint**) that supports both POST and GET methods. For example, this could be a
67+
URL like `https://example.com/mcp`.
6868

6969
### Message Exchange
7070

0 commit comments

Comments
 (0)