MCP Server Framework - v1.0.0
    Preparing search index...

    Interface McpLoggerConfig

    Configuration options for MCP Notification Logger.

    interface McpLoggerConfig {
        enabled?: boolean;
        minLevel?: McpLogLevel;
    }
    Index

    Properties

    Properties

    enabled?: boolean

    Whether logging is enabled (default: true)

    minLevel?: McpLogLevel

    Minimum log level to send (default: 'debug')