Skip to content

Class: ProgressNotification

Out-of-band notification to inform the receiver of a progress update.

URI: mcp:ProgressNotification

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

      ProgressNotification : jsonrpc

      ProgressNotification : method

      ProgressNotification : params





        ProgressNotification --> "1" ProgressNotificationParams : params
        click ProgressNotificationParams href "../ProgressNotificationParams/"



Inheritance

Slots

Name Cardinality and Range Description Inheritance
params 1
ProgressNotificationParams
JSON-RPC parameters payload direct
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:ProgressNotification
native mcp:ProgressNotification

LinkML Source

Direct

name: ProgressNotification
description: Out-of-band notification to inform the receiver of a progress update.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slots:
- params
slot_usage:
  params:
    name: params
    range: ProgressNotificationParams
    required: true
    inlined: true
  method:
    name: method
    equals_string: notifications/progress

Induced

name: ProgressNotification
description: Out-of-band notification to inform the receiver of a progress update.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
  params:
    name: params
    range: ProgressNotificationParams
    required: true
    inlined: true
  method:
    name: method
    equals_string: notifications/progress
attributes:
  params:
    name: params
    description: JSON-RPC parameters payload.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: params
    owner: ProgressNotification
    domain_of:
    - CancelledNotification
    - ProgressNotification
    - ResourceUpdatedNotification
    - LoggingMessageNotification
    - ElicitationCompleteNotification
    - TaskStatusNotification
    - InitializeRequest
    - ReadResourceRequest
    - SubscribeRequest
    - UnsubscribeRequest
    - GetPromptRequest
    - CallToolRequest
    - CompleteRequest
    - SetLevelRequest
    - CreateMessageRequest
    - ElicitRequest
    range: ProgressNotificationParams
    required: true
    inlined: true
  jsonrpc:
    name: jsonrpc
    description: JSON-RPC version string.
    from_schema: https://w3id.org/lmodel/mcp
    rank: 1000
    alias: jsonrpc
    owner: ProgressNotification
    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: ProgressNotification
    domain_of:
    - JSONRPCRequest
    - JSONRPCNotification
    range: string
    required: true
    equals_string: notifications/progress