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
/**
* Phoenix TDD Integration Handler
* Revolutionary TDD workflow integration for Elixir/Phoenix/LiveView
* Extends the world's first test-runtime bridging to the BEAM ecosystem
* Leverages BEAM VM observability for unprecedented test validation
*/
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseToolHandler } from './base-handler.js';
export declare class PhoenixTDDIntegrationHandler extends BaseToolHandler {
private activeCycles;
tools: Tool[];
handle(toolName: string, args: any, sessions?: Map<string, any>): Promise<any>;
private startPhoenixTDDCycle;
private validateLiveView;
private validatePubSub;
private validateProcess;
private completePhoenixTDDCycle;
private runExUnitTests;
private parseExUnitOutput;
private extractExUnitAssertions;
private detectPhoenixApp;
private performPhoenixRuntimeValidation;
private performLiveViewValidation;
private performPubSubValidation;
private performProcessValidation;
generateCycleId(): string;
}
//# sourceMappingURL=phoenix-tdd-integration-handler.d.ts.map