mcp-use TypeScript API
    Preparing search index...

    Interface LoggingOptions

    Options for requestLogger — the shape of config.logging.

    interface LoggingOptions {
        enabled?: boolean;
        level?: LogLevel;
    }
    Index
    enabled?: boolean

    Whether request logging is on.

    true

    level?: LogLevel

    Verbosity: info (compact lines without payloads, default), debug (adds compact truncated input/output on the detail line), or trace (debug plus full request/response header and body dumps). The MCP_USE_LOG_LEVEL environment variable overrides this when set.