Module: Encom::ErrorCodes
- Defined in:
- lib/encom/error_codes.rb
Overview
Defines standard JSON-RPC error codes and MCP-specific error codes
Constant Summary collapse
- PARSE_ERROR =
Standard JSON-RPC error codes
-32_700
- INVALID_REQUEST =
-32_600
- METHOD_NOT_FOUND =
-32_601
- INVALID_PARAMS =
-32_602
- INTERNAL_ERROR =
-32_603
- TOOL_EXECUTION_ERROR =
MCP specific error codes
-32_000
- PROTOCOL_ERROR =
-32_001