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

29 lines • 852 B
/** * Real Tool Executor * Integrates with the existing LocalDebugEngine for actual tool execution */ export declare class RealToolExecutor { private debugEngine; private cloudService; private apiKeyManager; private auditEngine; private activeSessions; constructor(); execute(toolName: string, params: any, context: any): Promise<any>; private injectDebugging; private takeScreenshot; private getConsoleLogs; private monitorRealtime; private simulateUserAction; private runAudit; private analyzeWithAI; private getDebugReport; private mockNetwork; private performanceProfile; private runTestsWithCoverage; private testImpactAnalysis; private closeSession; private formatAuditResults; private formatDebugReport; } //# sourceMappingURL=tool-executor-real.d.ts.map