Riksdagsmonitor Intelligence Platform - v0.7.19
    Preparing search index...

    Interface MCPClientConfig

    Configuration options for MCPClient

    interface MCPClientConfig {
        baseURL?: string;
        serverUrl?: string;
        timeout?: number;
        maxRetries?: number;
        headers?: Record<string, string>;
        authToken?: string;
    }
    Index

    Properties

    baseURL?: string
    serverUrl?: string
    timeout?: number
    maxRetries?: number
    headers?: Record<string, string>
    authToken?: string