Logging Message Notification
@Serializable
org.jetbrains.kotlinx.mcp.Notification of a log message passed from server to client. If no logging level request has been sent from the client, the server MAY decide which messages to send automatically.
Constructors
Link copied to clipboard
constructor(level: LoggingLevel, logger: String? = null, data: JsonObject = EmptyJsonObject, _meta: JsonObject = EmptyJsonObject)
Types
Link copied to clipboard
@Serializable
A request from the client to the server to enable or adjust logging.