mcp.schema.McpSchema.LoggingMessageNotification
See theLoggingMessageNotification companion object
The Model Context Protocol (MCP) provides a standardized way for servers to send structured log messages to clients. Clients can control logging verbosity by setting minimum log levels, with servers sending notifications containing severity levels, optional logger names, and arbitrary JSON-serializable data.
Value parameters
- data
-
JSON-serializable logging data.
- level
-
The severity levels. The mimimum log level is set by the client.
- logger
-
The logger that generated the message.
Attributes
- Companion
- object
- Source
- McpSchema.scala
- Graph
-
- Supertypes
Members list
In this article