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

    Singleton service that records feed tool invocation outcomes and derives per-feed and overall availability health.

    Does not make network calls — all data comes from tool dispatch hooks.

    Index

    Constructors

    Properties

    feedToolSet: ReadonlySet<string>
    startTime: number
    statuses: Map<string, FeedStatus> = ...

    Methods

    • Returns true when the tool name identifies a tracked feed tool.

      Parameters

      • name: string

      Returns boolean

    • Record a failed feed invocation, preserving the last success timestamp. Silently ignores unknown feed names.

      Parameters

      • feedName: string
      • errorMessage: string

      Returns void

    • Record a successful feed invocation. Silently ignores unknown feed names.

      Parameters

      • feedName: string

      Returns void