EU Parliament Monitor - API Documentation - v0.5.1
    Preparing search index...

    Interface MCPClientOptions

    MCP client options

    interface MCPClientOptions {
        serverPath?: string;
        maxConnectionAttempts?: number;
        connectionRetryDelay?: number;
    }
    Index

    Properties

    serverPath?: string
    maxConnectionAttempts?: number
    connectionRetryDelay?: number