Skip to content

Commit 764bdb5

Browse files
committed
Minor wording tweak
1 parent 271d703 commit 764bdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/specification/draft/basic/transports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ MCP endpoint.
7979
1. The client **MUST** use HTTP POST to send JSON-RPC messages to the MCP endpoint.
8080
2. The client **MUST** include an `Accept` header, listing both `application/json` and
8181
`text/event-stream` as supported content types.
82-
3. The body of the POST request **MUST** be:
82+
3. The body of the POST request **MUST** be one of the following:
8383
- A single JSON-RPC _request_, _notification_, or _response_
8484
- An array [batching](https://www.jsonrpc.org/specification#batch) one or more
8585
_requests and/or notifications_

0 commit comments

Comments
 (0)