pub const JSONRPC_INTERNAL_ERROR: i32 = -32603;
JSON-RPC 2.0 standard “Internal error” code. Catch-all for errors bubbling from sqry_mcp::daemon_adapter tool execution that don’t map to a more specific DaemonError variant.
sqry_mcp::daemon_adapter
DaemonError