@salesforce/agents
    Preparing search index...

    Type Alias McpConnectionStatus

    McpConnectionStatus:
        | "ACTIVE"
        | "INCOMPLETE"
        | "INVALID"
        | "INACTIVE"
        | "NOT_APPLICABLE"
        | "CUSTOM"
        | "DISCONNECTED"

    MCP connection status values the server may return on a server record. NOTE: only ACTIVE and DISCONNECTED are accepted by the status query filter on listMcpServers; the others can appear on output but are rejected (HTTP 400) if used as a filter value.