Class: ResourceUpdatedNotification
Notification that a resource has changed and may need to be read again.
URI: mcp:ResourceUpdatedNotification
classDiagram
class ResourceUpdatedNotification
click ResourceUpdatedNotification href "../ResourceUpdatedNotification/"
JSONRPCNotification <|-- ResourceUpdatedNotification
click JSONRPCNotification href "../JSONRPCNotification/"
ResourceUpdatedNotification : jsonrpc
ResourceUpdatedNotification : method
ResourceUpdatedNotification : params
ResourceUpdatedNotification --> "1" ResourceUpdatedNotificationParams : params
click ResourceUpdatedNotificationParams href "../ResourceUpdatedNotificationParams/"
Inheritance
- JSONRPCNotification
- ResourceUpdatedNotification
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| params | 1 ResourceUpdatedNotificationParams |
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:ResourceUpdatedNotification |
| native | mcp:ResourceUpdatedNotification |
LinkML Source
Direct
name: ResourceUpdatedNotification
description: Notification that a resource has changed and may need to be read again.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slots:
- params
slot_usage:
params:
name: params
range: ResourceUpdatedNotificationParams
required: true
inlined: true
method:
name: method
equals_string: notifications/resources/updated
Induced
name: ResourceUpdatedNotification
description: Notification that a resource has changed and may need to be read again.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
params:
name: params
range: ResourceUpdatedNotificationParams
required: true
inlined: true
method:
name: method
equals_string: notifications/resources/updated
attributes:
params:
name: params
description: JSON-RPC parameters payload.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: params
owner: ResourceUpdatedNotification
domain_of:
- CancelledNotification
- ProgressNotification
- ResourceUpdatedNotification
- LoggingMessageNotification
- ElicitationCompleteNotification
- TaskStatusNotification
- InitializeRequest
- ReadResourceRequest
- SubscribeRequest
- UnsubscribeRequest
- GetPromptRequest
- CallToolRequest
- CompleteRequest
- SetLevelRequest
- CreateMessageRequest
- ElicitRequest
range: ResourceUpdatedNotificationParams
required: true
inlined: true
jsonrpc:
name: jsonrpc
description: JSON-RPC version string.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: jsonrpc
owner: ResourceUpdatedNotification
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: ResourceUpdatedNotification
domain_of:
- JSONRPCRequest
- JSONRPCNotification
range: string
required: true
equals_string: notifications/resources/updated