Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request POST \ --url http://localhost:8080/mcp \ --header 'Content-Type: application/json' \ --data ' { "jsonrpc": "2.0", "method": "<string>", "params": {}, "id": "<string>" } '
{ "jsonrpc": "2.0", "result": {}, "error": { "code": 123, "message": "<string>" }, "id": "<string>" }
Receives a JSON-RPC 2.0 message for the MCP protocol server. Returns a JSON-RPC 2.0 response, or null for notifications.
JSON-RPC 2.0 request
2.0
JSON-RPC 2.0 response
Show child attributes
Was this page helpful?