API Reference / ErrorCode
Variable: ErrorCode
constErrorCode:object
Defined in: src/mcp/Server.ts:19
JSON-RPC error codes used by this server.
Type Declaration
PARSE_ERROR
readonlyPARSE_ERROR:-32700=-32700
INVALID_REQUEST
readonlyINVALID_REQUEST:-32600=-32600
METHOD_NOT_FOUND
readonlyMETHOD_NOT_FOUND:-32601=-32601
INVALID_PARAMS
readonlyINVALID_PARAMS:-32602=-32602
INTERNAL_ERROR
readonlyINTERNAL_ERROR:-32603=-32603