@runloop/agent-axon-client
    Preparing search index...

    Type Alias McpSetServersResult

    Result of a setMcpServers operation.

    type McpSetServersResult = {
        added: string[];
        errors: Record<string, string>;
        removed: string[];
    }
    Index

    Claude SDK

    Claude SDK

    added: string[]

    Names of servers that were added

    errors: Record<string, string>

    Map of server names to error messages for servers that failed to connect

    removed: string[]

    Names of servers that were removed