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

    Function loadCacheManifest

    • Returns Promise<
          | {
              datasets: {
                  "controlled-vocabularies": {
                      detailCount: number;
                      file: string;
                      generatedAt: string;
                      recordCount: number;
                      scope: "current"
                      | "all";
                      sha256: string;
                  };
                  "corporate-bodies": {
                      detailCount: number;
                      file: string;
                      generatedAt: string;
                      recordCount: number;
                      scope: "current"
                      | "all";
                      sha256: string;
                  };
                  meps: {
                      detailCount: number;
                      file: string;
                      generatedAt: string;
                      recordCount: number;
                      scope: "current"
                      | "all";
                      sha256: string;
                  };
              };
              generatedAt: string;
              schemaVersion: 1;
              source: string;
          }
          | null,
      >