UNPKG

ai-debug-local-mcp

Version:

🎯 ENHANCED AI GUIDANCE v4.1.2: Dramatically improved tool descriptions help AI users choose the right tools instead of 'close enough' options. Ultra-fast keyboard automation (10x speed), universal recording, multi-ecosystem debugging support, and compreh

8 lines • 278 B
import { Page } from 'playwright'; export declare class DebugInjector { /** * Inject debugging code into the page for event tracking and monitoring */ injectDebugging(page: Page, framework: string): Promise<void>; } //# sourceMappingURL=debug-injector.d.ts.map