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

    Interface CacheHealthStatus

    Cache status snapshot for health reporting.

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

    Properties

    description: string

    Human-readable description of cache state

    populated: boolean

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