ADK for TypeScript: API Reference
    Preparing search index...

    Interface McpServer

    interface McpServer {
        displayName?: string;
        interfaces?: Interface[];
        mcpServerId?: string;
        name?: string;
        protocols?: {
            interfaces?: Interface[];
            protocolVersion?: string;
            type?: ProtocolType;
        }[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

    Properties

    displayName?: string
    interfaces?: Interface[]
    mcpServerId?: string
    name?: string
    protocols?: {
        interfaces?: Interface[];
        protocolVersion?: string;
        type?: ProtocolType;
    }[]