@mcp-z/mcp-pdf
    Preparing search index...

    Variable sectionConfigSchemaConst

    sectionConfigSchema: ZodObject<
        {
            render: ZodOptional<
                ZodEnum<
                    {
                        "credential-list": "credential-list";
                        "entry-list": "entry-list";
                        header: "header";
                        "keyword-list": "keyword-list";
                        "language-list": "language-list";
                        "reference-list": "reference-list";
                        "summary-highlights": "summary-highlights";
                        text: "text";
                    },
                >,
            >;
            showTenure: ZodOptional<ZodBoolean>;
            source: ZodString;
            template: ZodOptional<ZodString>;
            title: ZodOptional<ZodString>;
        },
        $strip,
    > = ...