Class: ElicitationCompleteNotification
Notification from the server that an out-of-band elicitation request completed.
URI: mcp:ElicitationCompleteNotification
classDiagram
class ElicitationCompleteNotification
click ElicitationCompleteNotification href "../ElicitationCompleteNotification/"
JSONRPCNotification <|-- ElicitationCompleteNotification
click JSONRPCNotification href "../JSONRPCNotification/"
ElicitationCompleteNotification : jsonrpc
ElicitationCompleteNotification : method
ElicitationCompleteNotification : params
ElicitationCompleteNotification --> "1" ElicitationCompleteNotificationParams : params
click ElicitationCompleteNotificationParams href "../ElicitationCompleteNotificationParams/"
Inheritance
- JSONRPCNotification
- ElicitationCompleteNotification
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| params | 1 ElicitationCompleteNotificationParams |
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:ElicitationCompleteNotification |
| native | mcp:ElicitationCompleteNotification |
LinkML Source
Direct
name: ElicitationCompleteNotification
description: Notification from the server that an out-of-band elicitation request
completed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slots:
- params
slot_usage:
params:
name: params
range: ElicitationCompleteNotificationParams
required: true
inlined: true
method:
name: method
equals_string: notifications/elicitation/complete
Induced
name: ElicitationCompleteNotification
description: Notification from the server that an out-of-band elicitation request
completed.
from_schema: https://w3id.org/lmodel/mcp
is_a: JSONRPCNotification
slot_usage:
params:
name: params
range: ElicitationCompleteNotificationParams
required: true
inlined: true
method:
name: method
equals_string: notifications/elicitation/complete
attributes:
params:
name: params
description: JSON-RPC parameters payload.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: params
owner: ElicitationCompleteNotification
domain_of:
- CancelledNotification
- ProgressNotification
- ResourceUpdatedNotification
- LoggingMessageNotification
- ElicitationCompleteNotification
- TaskStatusNotification
- InitializeRequest
- ReadResourceRequest
- SubscribeRequest
- UnsubscribeRequest
- GetPromptRequest
- CallToolRequest
- CompleteRequest
- SetLevelRequest
- CreateMessageRequest
- ElicitRequest
range: ElicitationCompleteNotificationParams
required: true
inlined: true
jsonrpc:
name: jsonrpc
description: JSON-RPC version string.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: jsonrpc
owner: ElicitationCompleteNotification
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: ElicitationCompleteNotification
domain_of:
- JSONRPCRequest
- JSONRPCNotification
range: string
required: true
equals_string: notifications/elicitation/complete