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
Shared utilities for RPC-style macros (MCP, WebSocket, JSON-RPC).
These macros use JSON-RPC-like dispatch:
{"method": "name", "params": {...}}