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

    Type Alias EmbedReceiptSearchHit

    EmbedReceiptSearchHit: EmbedSearchHit & EmbedSourceReceipt

    Receipt-bearing embedding hit for callers that expose persisted previews. The legacy EmbedSearchHit shape remains receipt-free; MCP egress paths use this intersection and validate its authority tuple after their final awaited live-source check.

    const hits: EmbedReceiptSearchHit[] = db.searchWithReceipts(queryVector, 10);