POST
/
mcp
/
MCP Post
curl --request POST \
  --url https://api.b-bot.space/v2/mcp/ \
  --header 'Accept: <accept>' \
  --header 'Content-Type: application/json' \
  --data '{
  "jsonrpc": "2.0",
  "id": "1",
  "method": "initialize",
  "params": {
    "clientInfo": {
      "name": "test_client",
      "version": "1.0.0"
    },
    "protocolVersion": "2024-11-05",
    "capabilities": {}
  }
}'
{}

Headers

Accept
enum<string>
required

Accept header must include both 'application/json' and 'text/event-stream' media types.

Available options:
application/json, text/event-stream

Body

application/json · object

A JSON-RPC 2.0 request, notification, or response object.

The body is of type object.

Response

200
application/json

Successful JSON-RPC response.

The response is of type object.