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

    Type Alias McpLogLevel

    McpLogLevel:
        | "debug"
        | "info"
        | "notice"
        | "warning"
        | "error"
        | "critical"
        | "alert"
        | "emergency"

    MCP Logging levels as defined by the MCP specification (RFC 5424).

    MCP uses syslog-style levels which are more granular than our internal levels.