European Parliament MCP Server API - v1.4.23
    Preparing search index...

    Interface CacheHealthStatus

    Cache status snapshot for health reporting.

    interface CacheHealthStatus {
        description: string;
        populated: boolean;
    }
    Index
    description: string

    Human-readable description of cache state

    populated: boolean

    Whether the cache is populated (has at least one entry)