import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Browser tools for bug reproduction. * * These tools give the LLM the ability to control a browser: * - Launch and navigate to a URL * - Click elements (by CSS selector, text content, or coordinates) * - Type into inputs * - Select dropdown values * - Navigate, scroll, wait * - Take screenshots (returned as MCP image content) * - Close the browser * * Every action tool returns a screenshot after execution so the * LLM can see the result and decide the next step. * * The LLM follows work item repro steps, calling these tools * to reproduce the bug visually. */ export declare function registerBrowserTools(server: McpServer): void; //# sourceMappingURL=browser-tools.d.ts.map