@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface RegistryClientConfig

    Configuration for the registry client.

    interface RegistryClientConfig {
        baseUrl?: string;
        apiKey?: string;
    }
    Index

    Properties

    Properties

    baseUrl?: string

    Base URL of the AdCP registry. Defaults to https://adcontextprotocol.org

    apiKey?: string

    API key for authenticated registry access. Falls back to ADCP_REGISTRY_API_KEY env var.