/** * Tool registration for the MCP server */ import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * Register all web scraper tools with the MCP server */ export declare function registerScraperTools(server: McpServer): void; //# sourceMappingURL=index.d.ts.map