Class: LoggingMessageNotificationParams
Parameters for a notifications/message notification.
URI: mcp:LoggingMessageNotificationParams
classDiagram
class LoggingMessageNotificationParams
click LoggingMessageNotificationParams href "../LoggingMessageNotificationParams/"
HasMeta <|-- LoggingMessageNotificationParams
click HasMeta href "../HasMeta/"
LoggingMessageNotificationParams : _meta
LoggingMessageNotificationParams --> "0..1" MetaObject : _meta
click MetaObject href "../MetaObject/"
LoggingMessageNotificationParams : data
LoggingMessageNotificationParams --> "1" LogData : data
click LogData href "../LogData/"
LoggingMessageNotificationParams : level
LoggingMessageNotificationParams --> "1" LoggingLevel : level
click LoggingLevel href "../LoggingLevel/"
LoggingMessageNotificationParams : logger
Inheritance
- LoggingMessageNotificationParams [ HasMeta]
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| data | 1 LogData |
The data to be logged | direct |
| level | 1 LoggingLevel |
The severity of a log message | direct |
| logger | 0..1 String |
An optional name of the logger issuing this message | direct |
| _meta | 0..1 MetaObject |
Optional metadata object | HasMeta |
Usages
| used by | used in | type | used |
|---|---|---|---|
| LoggingMessageNotification | params | range | LoggingMessageNotificationParams |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/lmodel/mcp
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | mcp:LoggingMessageNotificationParams |
| native | mcp:LoggingMessageNotificationParams |
LinkML Source
Direct
name: LoggingMessageNotificationParams
description: Parameters for a notifications/message notification.
from_schema: https://w3id.org/lmodel/mcp
mixins:
- HasMeta
slots:
- data
- level
- logger
slot_usage:
data:
name: data
description: The data to be logged.
range: LogData
required: true
inlined: true
level:
name: level
required: true
Induced
name: LoggingMessageNotificationParams
description: Parameters for a notifications/message notification.
from_schema: https://w3id.org/lmodel/mcp
mixins:
- HasMeta
slot_usage:
data:
name: data
description: The data to be logged.
range: LogData
required: true
inlined: true
level:
name: level
required: true
attributes:
data:
name: data
description: The data to be logged.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: data
owner: LoggingMessageNotificationParams
domain_of:
- Error
- ImageContent
- AudioContent
- LoggingMessageNotificationParams
range: LogData
required: true
inlined: true
level:
name: level
description: The severity of a log message.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: level
owner: LoggingMessageNotificationParams
domain_of:
- LoggingMessageNotificationParams
- SetLevelRequestParams
range: LoggingLevel
required: true
logger:
name: logger
description: An optional name of the logger issuing this message.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: logger
owner: LoggingMessageNotificationParams
domain_of:
- LoggingMessageNotificationParams
range: string
_meta:
name: _meta
description: Optional metadata object.
from_schema: https://w3id.org/lmodel/mcp
rank: 1000
alias: _meta
owner: LoggingMessageNotificationParams
domain_of:
- HasMeta
range: MetaObject