Skip to main content
POST
Model context protocol (MCP)

Body

application/json
jsonrpc
string
required

Defines the version of a JSON-RPC request.

You can find more information about this field on the JSON-RPC specification.

id
required

Defines the id of a JSON-RPC request.

You can find more information about this field on the JSON-RPC specification.

method
string
required

The method to call using the JSON-RPC format.

You can find more information about this field on the JSON-RPC specification.

params
object
required

The parameters to call the method with following the JSON-RPC format.

You can find more information about this field on the JSON-RPC specification.

Response

Stream of batches changes.

jsonrpc
string
required

The JSON-RPC version.

id
required

The JSON-RPC request ID.

result
null | object

The JSON-RPC result.

error
null | object

The JSON-RPC error.