ErrorCodes

mcp.schema.McpSchema.ErrorCodes
object ErrorCodes

Standard error codes used in MCP JSON-RPC responses.

Attributes

Source
McpSchema.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ErrorCodes.type

Members list

Value members

Concrete fields

Internal JSON-RPC error.

Internal JSON-RPC error.

Attributes

Source
McpSchema.scala

Invalid method parameter(s).

Invalid method parameter(s).

Attributes

Source
McpSchema.scala

The JSON sent is not a valid Request object.

The JSON sent is not a valid Request object.

Attributes

Source
McpSchema.scala

The method does not exist / is not available.

The method does not exist / is not available.

Attributes

Source
McpSchema.scala

Invalid JSON was received by the server.

Invalid JSON was received by the server.

Attributes

Source
McpSchema.scala