You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Core protocol: Full JSON-RPC 2.0 specification implementation with method registry, batch requests, notifications, and standard error codes (-32700 to -32603)
OpenRPC 1.3.2 code generation: Complete parser and multi-language code generator for Python, TypeScript, Ruby, and PHP with handler scaffolding and type-safe DTOs
Method validation: Defense-in-depth validation at both parse and route time, preventing invalid method names from reaching handlers
Language bindings: Full API parity across all languages with @app.jsonrpc() decorator (Python), JsonRpcMethod class (TypeScript), JsonRpcMethodInfo struct (Ruby), and strict type-safe implementation (PHP)
CLI commands: spikard generate openrpc for code generation from OpenRPC specifications