@runloop/api-client - v1.18.1
    Preparing search index...

    Interface McpConfigListView

    A paginated list of McpConfigs.

    interface McpConfigListView {
        has_more: boolean;
        mcp_configs: Runloop.McpConfigView[];
        total_count?: number | null;
    }
    Index

    Properties

    has_more: boolean

    Whether there are more results available beyond this page.

    mcp_configs: Runloop.McpConfigView[]

    The list of McpConfigs.

    total_count?: number | null

    Total count of McpConfigs that match the query.