ART Framework API Docs
    Preparing search index...

    Interface McpManagerConfig

    Defines the configuration for the McpManager.

    McpManagerConfig

    interface McpManagerConfig {
        discoveryEndpoint?: string;
        enabled: boolean;
    }
    Index

    Properties

    discoveryEndpoint?: string

    An optional endpoint URL for discovering MCP servers. Defaults to the Zyntopia API if not provided.

    enabled: boolean

    Whether to enable MCP functionality. Defaults to false.