MCP Post
MCP Post
Implemented according to the Streamable HTTP Transport specification. Sends a JSON-RPC 2.0 message to the server.
- Request: Provide an object with
jsonrpc,id,method, and optionalparams. - Response: Returns a JSON-RPC response or acknowledgment.
Notes:
- Stateless: Sessions are not persisted across requests.
POST
MCP Post
Documentation Index
Fetch the complete documentation index at: https://langchain-5e9cc07a-preview-mdrxyd-1779813393-7298843.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Headers
Accept header must include both 'application/json' and 'text/event-stream' media types.
Available options:
application/json, text/event-stream Body
application/json
A JSON-RPC 2.0 request, notification, or response object.
Response
Successful JSON-RPC response.
The response is of type object.

