@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ListMcpServerStatusParams

    type ListMcpServerStatusParams = {
        cursor?: string | null;
        detail?: McpServerStatusDetail | null;
        limit?: number | null;
        threadId?: string | null;
    }
    Index

    Properties

    cursor?: string | null

    Opaque pagination cursor returned by a previous call.

    detail?: McpServerStatusDetail | null

    Controls how much MCP inventory data to fetch for each server. Defaults to Full when omitted.

    limit?: number | null

    Optional page size; defaults to a server-defined value.

    threadId?: string | null