@adcp/client API Reference - v3.3.3
    Preparing search index...

    Interface AgentConfig

    interface AgentConfig {
        id: string;
        name: string;
        agent_uri: string;
        protocol: "mcp" | "a2a";
        auth_token?: string;
        auth_token_env?: string;
        requiresAuth?: boolean;
    }
    Index

    Properties

    id: string
    name: string
    agent_uri: string
    protocol: "mcp" | "a2a"
    auth_token?: string

    Direct authentication token value

    auth_token_env?: string

    Environment variable name containing the auth token

    requiresAuth?: boolean