@mseep/hyperbrowser-mcp
Version:
Hyperbrowser Model Context Protocol Server
6 lines • 703 B
TypeScript
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js";
import { crawlWebpagesToolParamSchemaType } from "./tool-types";
export declare function crawlWebpagesTool({ url, sessionOptions, outputFormat, ignoreSitemap, followLinks, maxPages, }: crawlWebpagesToolParamSchemaType): Promise<CallToolResult>;
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