turul-mcp-json-rpc-server-0.1.0 has been yanked.
JSON-RPC 2.0 Server Implementation
A pure, transport-agnostic JSON-RPC 2.0 server implementation that follows the specification. This crate provides the core types and dispatch logic for JSON-RPC without any transport-specific code.
Features
- Full JSON-RPC 2.0 specification compliance
- Transport agnostic (works with HTTP, WebSocket, TCP, etc.)
- Async/await support with
async
feature - Comprehensive error handling
- Support for notifications and requests