pub fn log_message(
level: LoggingLevel,
logger: Option<String>,
data: Value,
) -> McpResult<JsonRpcNotification>
Expand description
Create a logging message notification
pub fn log_message(
level: LoggingLevel,
logger: Option<String>,
data: Value,
) -> McpResult<JsonRpcNotification>
Create a logging message notification