EU Parliament Monitor — API Documentation - v0.9.6
    Preparing search index...

    Interface McpConfigJson

    Internal shape of the JSON the gh-aw runtime writes.

    interface McpConfigJson {
        gateway?: { apiKey?: string; port?: string | number; domain?: string };
        mcpServers?: Record<string, { headers?: Record<string, string> }>;
    }
    Index

    Properties

    gateway?: { apiKey?: string; port?: string | number; domain?: string }
    mcpServers?: Record<string, { headers?: Record<string, string> }>