Method BuildLogNotification
BuildLogNotification(McpLogLevel, string, string)
Builds a notifications/message log message. Hosts push this over the
server-to-client channel and drop anything below LogLevel.
public static string BuildLogNotification(McpLogLevel level, string logger, string message)
Parameters
levelMcpLogLevelSeverity of the message.
loggerstringName of the component reporting it.
messagestringThe text to report.