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
28 lines • 1.11 kB
TypeScript
/**
* Flutter TDD Enhanced Handler
* Revolutionary TDD workflow integration for Dart/Flutter
* Extends the world's first test-runtime bridging to Flutter ecosystem
* Leverages Flutter DevTools and widget inspection for unprecedented test validation
*/
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseToolHandler } from './base-handler.js';
export declare class FlutterTDDEnhancedHandler extends BaseToolHandler {
private activeCycles;
tools: Tool[];
handle(toolName: string, args: any, sessions?: Map<string, any>): Promise<any>;
private startFlutterTDDCycle;
private validateWidgets;
private validateIsolates;
private validateUIState;
private completeFlutterTDDCycle;
private runFlutterTests;
private parseFlutterTestOutput;
private extractFlutterAssertions;
private detectFlutterApp;
private performFlutterRuntimeValidation;
private performWidgetValidation;
private performIsolateValidation;
private performUIStateValidation;
generateCycleId(): string;
}
//# sourceMappingURL=flutter-tdd-enhanced-handler.d.ts.map