Skip to content

Class: MethodNotFoundError

A JSON-RPC error indicating that the requested method does not exist or is not available (-32601).

URI: mcp:MethodNotFoundError

 classDiagram
    class MethodNotFoundError
    click MethodNotFoundError href "../MethodNotFoundError/"
      Error <|-- MethodNotFoundError
        click Error href "../Error/"

      MethodNotFoundError : code

      MethodNotFoundError : data





        MethodNotFoundError --> "0..1" ErrorData : data
        click ErrorData href "../ErrorData/"



      MethodNotFoundError : message

Inheritance

  • Error
    • MethodNotFoundError

Slots

Name Cardinality and Range Description Inheritance
code 1
Integer
The error type that occurred Error
data 0..1
ErrorData
Base64-encoded binary data Error
message 1
String
A message string Error

Identifier and Mapping Information

Schema Source

Mappings

Mapping Type Mapped Value
self mcp:MethodNotFoundError
native mcp:MethodNotFoundError

LinkML Source

Direct

name: MethodNotFoundError
description: A JSON-RPC error indicating that the requested method does not exist
  or is not available (-32601).
from_schema: https://w3id.org/lmodel/mcp
is_a: Error

Induced

name: MethodNotFoundError
description: A JSON-RPC error indicating that the requested method does not exist
  or is not available (-32601).
from_schema: https://w3id.org/lmodel/mcp
is_a: Error
attributes:
  code:
    name: code
    description: The error type that occurred.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: code
    owner: MethodNotFoundError
    domain_of:
    - Error
    range: integer
    required: true
  data:
    name: data
    description: Base64-encoded binary data.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: data
    owner: MethodNotFoundError
    domain_of:
    - Error
    - ImageContent
    - AudioContent
    - LoggingMessageNotificationParams
    range: ErrorData
    inlined: true
  message:
    name: message
    description: A message string.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: message
    owner: MethodNotFoundError
    domain_of:
    - Error
    - URLElicitation
    - ProgressNotificationParams
    - ElicitRequestFormParams
    - ElicitRequestURLParams
    range: string
    required: true