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
41 lines • 1.39 kB
TypeScript
import { BaseHandler } from './base-handler.js';
export declare class UniversalWorkflowHandler extends BaseHandler {
private workflows;
private sessionData;
private workflowStoragePath;
constructor();
getToolName(): string;
getToolDescription(): string;
getTools(): any[];
handle(tool: string, params: any, sessions: Map<string, any>): Promise<any>;
private navigateToUrl;
private waitForNavigation;
private createWorkflowTemplate;
private executeUserJourney;
private executeWorkflowStep;
private detectFramework;
private delegateToFlutterTool;
private smartInteraction;
private captureScreenshot;
private performVisualValidation;
private analyzeVisualChange;
private generateVisualRecommendations;
private checkPageLoaded;
private checkConsoleErrors;
private checkExpectedElements;
private takeWorkflowScreenshot;
private visualWorkflowValidation;
private createPersistentSession;
private handlePageTransition;
private initializeStorage;
private loadAllWorkflowsFromStorage;
private saveWorkflowTemplate;
private loadWorkflowTemplate;
private listSavedWorkflows;
private deleteWorkflowTemplate;
private exportWorkflows;
private importWorkflows;
private convertToYaml;
private parseYaml;
}
//# sourceMappingURL=universal-workflow-handler.d.ts.map