import { CallToolResult, ServerRequest, ServerNotification } from "@modelcontextprotocol/sdk/types.js"; import { RequestHandlerExtra } from "@modelcontextprotocol/sdk/shared/protocol.js"; import { crawlWebpagesToolParamSchemaType } from "./tool-types"; export declare function crawlWebpagesTool(params: crawlWebpagesToolParamSchemaType, extra: RequestHandlerExtra): Promise; export declare const crawlWebpagesToolName = "crawl_webpages"; export declare const crawlWebpagesToolDescription = "Crawl a website starting from a URL and explore linked pages. This tool allows systematic collection of content from multiple pages within a domain. Use this for larger data collection tasks, content indexing, or site mapping."; //# sourceMappingURL=crawl-webpages.d.ts.map