We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 271d703 commit 764bdb5Copy full SHA for 764bdb5
docs/specification/draft/basic/transports.md
@@ -79,7 +79,7 @@ MCP endpoint.
79
1. The client **MUST** use HTTP POST to send JSON-RPC messages to the MCP endpoint.
80
2. The client **MUST** include an `Accept` header, listing both `application/json` and
81
`text/event-stream` as supported content types.
82
-3. The body of the POST request **MUST** be:
+3. The body of the POST request **MUST** be one of the following:
83
- A single JSON-RPC _request_, _notification_, or _response_
84
- An array [batching](https://www.jsonrpc.org/specification#batch) one or more
85
_requests and/or notifications_
0 commit comments