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

    Interface BoundedFileListing

    Result of one resource-bounded vault directory walk.

    interface BoundedFileListing {
        complete: boolean;
        entries: FileEntry[];
        visitedEntries: number;
    }
    Index
    complete: boolean

    True only when the entire requested subtree was inspected without an I/O or budget refusal.

    entries: FileEntry[]

    Admitted regular files, never more than the requested file limit.

    visitedEntries: number

    Number of directory entries inspected before the walk stopped.