| Cases |
ParseError = -32700
Invalid JSON was received by the server.
Invalid JSON was received by the server.
|
#
|
InvalidRequest = -32600
The JSON sent is not a valid Request object.
The JSON sent is not a valid Request object.
|
#
|
MethodNotFound = -32601
The method does not exist or is not available.
The method does not exist or is not available.
|
#
|
InvalidParams = -32602
Invalid method parameter(s).
Invalid method parameter(s).
|
#
|
InternalError = -32603
|
#
|
UrlElicitationRequired = -32042
Server requires the client to satisfy a URL elicitation before continuing (MCP-specific).
Server requires the client to satisfy a URL elicitation before continuing (MCP-specific).
|
#
|