👎Deprecated since 0.14.0:
hand-rolled JSON-RPC types existed only to serve act_types::mcp; use rmcp::model for MCP wire types. Scheduled for removal in 0.15.0.
Expand description
JSON-RPC 2.0 wire-format types.
Protocol-agnostic JSON-RPC envelope types used by MCP and potentially other JSON-RPC-based transports.
Structs§
- Error
Deprecated - A JSON-RPC error object.
- Request
Deprecated - A JSON-RPC 2.0 request.
- Response
Deprecated - A JSON-RPC 2.0 response.