enquire-mcp API reference - v4.0.0-rc.7
    Preparing search index...

    Interface EmbedSyncReport

    Historical counter summary returned by the bulk embedding-sync routines.

    interface EmbedSyncReport {
        added: number;
        deleted: number;
        total_chunks: number;
        unchanged: number;
        updated: number;
    }
    Index
    added: number

    Files newly embedded (no prior source_state row).

    deleted: number

    Files dropped because the source vanished from the vault.

    total_chunks: number

    Total chunks in the index after the sync.

    unchanged: number

    Files whose mtime matched the stored row — no work needed.

    updated: number

    Files re-embedded due to mtime change.