Interface for sending log notifications to external consumers.
Implementations deliver log messages to connected clients (e.g., MCP clients via notifications/message). The logger uses this interface instead of depending directly on the MCP SDK.
Implementations are registered via McpNotificationLogger.addHandler.
Send a log notification at the given MCP log level.
Interface for sending log notifications to external consumers.
Implementations deliver log messages to connected clients (e.g., MCP clients via notifications/message). The logger uses this interface instead of depending directly on the MCP SDK.
Implementations are registered via McpNotificationLogger.addHandler.