LoggingMessageNotification

mcp.schema.McpSchema.LoggingMessageNotification
See theLoggingMessageNotification companion object
final case class LoggingMessageNotification(level: LoggingLevel, logger: String, data: String)

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
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product