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

13 lines • 602 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { BaseToolHandler } from './base-handler.js'; export declare class PhoenixTestGenerationHandler extends BaseToolHandler { private phoenixGenerator; tools: Tool[]; constructor(); handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>; getToolNames(): string[]; callTool(name: string, args: any, providedSessions?: Map<string, any>): Promise<any>; private handlePhoenixGenerateTests; private handlePhoenixAnalyzeEvents; } //# sourceMappingURL=phoenix-test-generation-handler.d.ts.map