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

    Variable TOKENSConst

    TOKENS: {
        AuditLogger: symbol;
        EPClient: symbol;
        HealthService: symbol;
        MetricsService: symbol;
        RateLimiter: symbol;
    } = ...

    Centralised DI token registry.

    as const makes the registry object itself readonly and ensures each property value is inferred as symbol (not widened to object). For type-level uniqueness, each Symbol(...) is a distinct runtime value; DIToken is the union of all token values for generic container utilities.

    Type Declaration

    • ReadonlyAuditLogger: symbol
    • ReadonlyEPClient: symbol
    • ReadonlyHealthService: symbol
    • ReadonlyMetricsService: symbol
    • ReadonlyRateLimiter: symbol

    0.8.0