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

    Variable DEFAULT_TIMEOUTSConst

    DEFAULT_TIMEOUTS: {
        EP_API_REQUEST_MS: 10000;
        HEALTH_CHECK_MS: 3000;
        RETRY_DELAY_MS: 1000;
    } = ...

    Default timeout configurations for common operation types. These are compile-time constants; override by passing a custom TimeoutConfig at the call site rather than relying on environment variables.

    Type Declaration

    • ReadonlyEP_API_REQUEST_MS: 10000

      Standard EP API HTTP request (10 s)

    • ReadonlyHEALTH_CHECK_MS: 3000

      Short health-check probe (3 s)

    • ReadonlyRETRY_DELAY_MS: 1000

      Retry delay base (1 s)