Validate MCP Envelope
Validate a JSON-RPC 2.0 MCP tools/call envelope without calling a remote MCP server.
mcp-envelope.json
{
"jsonrpc": "2.0",
"id": "sandbox-envelope",
"method": "tools/call",
"params": {
"name": "get_sandbox_status",
"arguments": {}
}
}