Table of Contents

Method BuildLogNotification

Namespace
LMKit.Mcp.Server
Assembly
LM-Kit.NET.dll

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

level McpLogLevel

Severity of the message.

logger string

Name of the component reporting it.

message string

The text to report.

Returns

string
Share