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

22 lines • 821 B
/** * TDD Cycle Integration Handler * Revolutionary TDD workflow integration based on Cycle 31 feedback * Bridges test assertions with runtime behavior validation */ import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { BaseToolHandler } from './base-handler.js'; export declare class TDDCycleIntegrationHandler extends BaseToolHandler { private activeCycles; tools: Tool[]; handle(toolName: string, args: any, sessions?: Map<string, any>): Promise<any>; private startTDDCycle; private validateRuntime; private completeTDDCycle; private analyzeDiscrepancies; private runTests; private parseTestOutput; private extractTestAssertions; private performRuntimeValidation; generateCycleId(): string; } //# sourceMappingURL=tdd-cycle-integration-handler.d.ts.map