Skip to main content

JSONRPC_INVALID_PARAMS

Constant JSONRPC_INVALID_PARAMS 

Source
pub const JSONRPC_INVALID_PARAMS: i32 = -32602;
Expand description

JSON-RPC 2.0 standard “Invalid params” error code.

Surfaced by tool_core argument validation (Phase 8c U6) BEFORE workspace classification runs — e.g. resolve_index_root failures and missing path arguments in MCP tool args.