@modelcontextprotocol/sdk
    Preparing search index...

    Variable LoggingLevelSchemaConst

    LoggingLevelSchema: ZodEnum<
        [
            "debug",
            "info",
            "notice",
            "warning",
            "error",
            "critical",
            "alert",
            "emergency",
        ],
    > = ...

    The severity of a log message.