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

    Per-feed health status.

    Value Meaning
    ok Last invocation succeeded
    error Last invocation failed
    unknown Feed has not been invoked yet
    interface FeedStatus {
        status: "unknown" | "error" | "ok";
        lastAttempt?: string;
        lastError?: string;
        lastSuccess?: string;
    }
    Index

    Properties

    status: "unknown" | "error" | "ok"

    Current feed health verdict

    lastAttempt?: string

    ISO-8601 timestamp of the last invocation attempt

    lastError?: string

    Error message from the last failed invocation

    lastSuccess?: string

    ISO-8601 timestamp of the last successful invocation