Expand description
MCP wire types — JSON-RPC 2.0 over stdio, newline-delimited.
We implement only what an MCP client (Claude Code, Cursor, Continue) actually
sends: initialize, tools/list, tools/call, plus the
notifications/initialized no-op. Resources and prompts are intentionally
left out for v1 — every introspection point we’d surface as a Resource is
already covered by a tool.
Structs§
- Call
Tool Params - Call
Tool Result - Initialize
Result - Json
RpcError - Json
RpcRequest - Json
RpcResponse - List
Tools Result - Server
Capabilities - Server
Info - Tool
Descriptor - Tools
Capability