@mcp-z/oauth-google
    Preparing search index...

    Variable AuthRequiredBranchSchemaConst

    AuthRequiredBranchSchema: ZodObject<
        {
            message: ZodString;
            provider: ZodString;
            type: ZodLiteral<"auth_required">;
            url: ZodOptional<ZodString>;
        },
        $strip,
    > = ...