Class: InitializedNotification
Notification sent from the client to the server after initialization has finished.
URI: mcp:InitializedNotification
classDiagram
class InitializedNotification
click InitializedNotification href "../InitializedNotification/"
JSONRPCNotification <|-- InitializedNotification
click JSONRPCNotification href "../JSONRPCNotification/"
InitializedNotification : jsonrpc
InitializedNotification : method
Inheritance
- JSONRPCNotification
- InitializedNotification
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
- from schema: https://w3id.org/lmodel/mcp
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mcp:InitializedNotification |
| native | mcp:InitializedNotification |
LinkML Source
Direct
name: InitializedNotification
description: Notification sent from the client to the server after initialization
has finished.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
method:
name: method
equals_string: notifications/initialized
Induced
name: InitializedNotification
description: Notification sent from the client to the server after initialization
has finished.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
method:
name: method
equals_string: notifications/initialized
attributes:
jsonrpc:
name: jsonrpc
description: JSON-RPC version string.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: jsonrpc
owner: InitializedNotification
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: InitializedNotification
domain_of:
- JSONRPCRequest
- JSONRPCNotification
range: string
required: true
equals_string: notifications/initialized