Skip to content

Class: ResourceListChangedNotification

Notification that the list of resources the server can read from has changed.

URI: mcp:ResourceListChangedNotification

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

      ResourceListChangedNotification : jsonrpc

      ResourceListChangedNotification : 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:ResourceListChangedNotification
native mcp:ResourceListChangedNotification

LinkML Source

Direct

name: ResourceListChangedNotification
description: Notification that the list of resources the server can read from has
  changed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
  method:
    name: method
    equals_string: notifications/resources/list_changed

Induced

name: ResourceListChangedNotification
description: Notification that the list of resources the server can read from has
  changed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
  method:
    name: method
    equals_string: notifications/resources/list_changed
attributes:
  jsonrpc:
    name: jsonrpc
    description: JSON-RPC version string.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: jsonrpc
    owner: ResourceListChangedNotification
    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: ResourceListChangedNotification
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    range: string
    required: true
    equals_string: notifications/resources/list_changed