Interface McpListAllToolsOptionsExperimental

interface McpListAllToolsOptions {
    maxPages?: number;
    signal?: AbortSignal;
}

Properties

Properties

maxPages?: number
MCP_DEFAULT_MAX_TOOL_LIST_PAGES
signal?: AbortSignal

Aborts the initialize handshake and every tools/list page. Without it a server that accepts a request and never answers holds the walk open for as long as the host's fetch allows — which, for a browser fetch with no deadline of its own, is indefinitely.