Skip to content

Class: PromptListChangedNotification

Notification that the list of prompts the server offers has changed.

URI: mcp:PromptListChangedNotification

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

      PromptListChangedNotification : jsonrpc

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

LinkML Source

Direct

name: PromptListChangedNotification
description: Notification that the list of prompts the server offers has changed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
  method:
    name: method
    equals_string: notifications/prompts/list_changed

Induced

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