server-less-rpc 0.4.9

Shared RPC dispatch utilities for server-less proc macros
Documentation

Shared utilities for RPC-style macros (MCP, WebSocket, JSON-RPC).

These macros use JSON-RPC-like dispatch:

  • Receive {"method": "name", "params": {...}}
  • Extract params from JSON
  • Call the method
  • Serialize result back to JSON