EU Parliament Monitor - API Documentation - v0.8.2
    Preparing search index...

    Interface HealthSnapshot

    Aggregated health snapshot across all registered MCP tools.

    interface HealthSnapshot {
        tools: ReadonlyMap<string, ToolHealthEntry>;
        openCircuits: number;
        halfOpenCircuits: number;
        closedCircuits: number;
    }
    Index

    Properties

    tools: ReadonlyMap<string, ToolHealthEntry>

    Per-tool health status keyed by tool name

    openCircuits: number

    Count of tools with circuit in OPEN state

    halfOpenCircuits: number

    Count of tools with circuit in HALF_OPEN state

    closedCircuits: number

    Count of tools with circuit in CLOSED state