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

    Type Alias SDKControlReloadPluginsResponse

    Refreshed commands, agents, plugins, and MCP server status after reload.

    type SDKControlReloadPluginsResponse = {
        agents: AgentInfo[];
        commands: SlashCommand[];
        error_count: number;
        mcpServers: McpServerStatus[];
        plugins: { name: string; path: string; source?: string }[];
    }
    Index

    Claude SDK

    agents: AgentInfo[]
    commands: SlashCommand[]
    error_count: number
    mcpServers: McpServerStatus[]
    plugins: { name: string; path: string; source?: string }[]