Class: CancelledNotification
Notification to indicate that a previously-issued request is being cancelled.
URI: mcp:CancelledNotification
classDiagram
class CancelledNotification
click CancelledNotification href "../CancelledNotification/"
JSONRPCNotification <|-- CancelledNotification
click JSONRPCNotification href "../JSONRPCNotification/"
CancelledNotification : jsonrpc
CancelledNotification : method
CancelledNotification : params
CancelledNotification --> "1" CancelledNotificationParams : params
click CancelledNotificationParams href "../CancelledNotificationParams/"
Inheritance
- JSONRPCNotification
- CancelledNotification
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| params | 1 CancelledNotificationParams |
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
- from schema: https://w3id.org/lmodel/mcp
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mcp:CancelledNotification |
| native | mcp:CancelledNotification |
LinkML Source
Direct
name: CancelledNotification
description: Notification to indicate that a previously-issued request is being cancelled.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slots:
- params
slot_usage:
params:
name: params
range: CancelledNotificationParams
required: true
inlined: true
method:
name: method
equals_string: notifications/cancelled
Induced
name: CancelledNotification
description: Notification to indicate that a previously-issued request is being cancelled.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
params:
name: params
range: CancelledNotificationParams
required: true
inlined: true
method:
name: method
equals_string: notifications/cancelled
attributes:
params:
name: params
description: JSON-RPC parameters payload.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: params
owner: CancelledNotification
domain_of:
- CancelledNotification
- ProgressNotification
- ResourceUpdatedNotification
- LoggingMessageNotification
- ElicitationCompleteNotification
- TaskStatusNotification
- InitializeRequest
- ReadResourceRequest
- SubscribeRequest
- UnsubscribeRequest
- GetPromptRequest
- CallToolRequest
- CompleteRequest
- SetLevelRequest
- CreateMessageRequest
- ElicitRequest
range: CancelledNotificationParams
required: true
inlined: true
jsonrpc:
name: jsonrpc
description: JSON-RPC version string.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: jsonrpc
owner: CancelledNotification
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: CancelledNotification
domain_of:
- JSONRPCRequest
- JSONRPCNotification
range: string
required: true
equals_string: notifications/cancelled