Skip to content

Class: RootsListChangedNotification

Notification from the client that the list of roots has changed.

URI: mcp:RootsListChangedNotification

 classDiagram
    class RootsListChangedNotification
    click RootsListChangedNotification href "../RootsListChangedNotification/"
      JSONRPCNotification <|-- RootsListChangedNotification
        click JSONRPCNotification href "../JSONRPCNotification/"

      RootsListChangedNotification : jsonrpc

      RootsListChangedNotification : method

Inheritance

Slots

Name Cardinality and Range Description Inheritance
jsonrpc 1
String
JSON-RPC version string JSONRPCNotification
method 1
String
The JSON-RPC method name JSONRPCNotification

Identifier and Mapping Information

Schema Source

Mappings

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

LinkML Source

Direct

name: RootsListChangedNotification
description: Notification from the client that the list of roots has changed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
  method:
    name: method
    equals_string: notifications/roots/list_changed

Induced

name: RootsListChangedNotification
description: Notification from the client that the list of roots has changed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
  method:
    name: method
    equals_string: notifications/roots/list_changed
attributes:
  jsonrpc:
    name: jsonrpc
    description: JSON-RPC version string.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: jsonrpc
    owner: RootsListChangedNotification
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    - JSONRPCResultResponse
    - JSONRPCErrorResponse
    range: string
    required: true
  method:
    name: method
    description: The JSON-RPC method name.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: method
    owner: RootsListChangedNotification
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    range: string
    required: true
    equals_string: notifications/roots/list_changed