import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * repro-bug — Bug Reproduction Workflow * * Guides the LLM through visually reproducing a bug: * 1. Fetch work item (with repro steps, credentials, URL) * 2. Launch browser, navigate to the app * 3. Login with provided credentials * 4. Follow repro steps one by one, taking screenshots * 5. Identify and confirm the bug visually * 6. Close browser * 7. Report findings with before/after screenshots * * Can be used standalone (just verify the bug) or as a precursor * to generate-pr (verify → fix → verify fix). */ export declare function registerReproBugPrompt(server: McpServer): void; //# sourceMappingURL=repro-bug.d.ts.map