Expand description
Protocol error codes (JSON-RPC standard + MCP extensions)
Constantsยง
- AUTHENTICATION_
REQUIRED - Authentication required (-32008)
- CAPABILITY_
NOT_ SUPPORTED - Capability not supported (-32006)
- INTERNAL_
ERROR - Internal error (-32603)
- INVALID_
PARAMS - Invalid params (-32602)
- INVALID_
REQUEST - Invalid request (-32600)
- METHOD_
NOT_ FOUND - Method not found (-32601)
- PARSE_
ERROR - Parse error (-32700)
- PROMPT_
NOT_ FOUND - Prompt not found (-32003)
- PROTOCOL_
VERSION_ MISMATCH - Protocol version mismatch (-32007)
- RATE_
LIMITED - Rate limited (-32009)
- RESOURCE_
ACCESS_ DENIED - Resource access denied (-32005)
- RESOURCE_
NOT_ FOUND - Resource not found (-32004)
- SERVER_
OVERLOADED - Server overloaded (-32010)
- TOOL_
EXECUTION_ ERROR - Tool execution error (-32002)
- TOOL_
NOT_ FOUND - Tool not found (-32001)
- URL_
ELICITATION_ REQUIRED - URL elicitation required (-32042)