/v1/mcp Model Context Protocol passthrough
`tools/list`, `ping`, and tool invocations. Tool invocations
traverse the full four-check pipeline; the others are
forwarded to the upstream tool server with light validation.
Recommended endpoint for any agent that already speaks MCP.
{
"jsonrpc": "2.0",
"id": "string",
"method": "tools/call",
"params": {}
} {
"jsonrpc": "2.0",
"id": "string",
"result": null,
"error": {
"code": -32010,
"message": "string",
"data": {}
}
}