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

23 lines • 872 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { BaseToolHandler } from './base-handler.js'; import { LocalDebugEngine } from '../local-debug-engine.js'; /** * Handler for Phoenix and LiveView debugging tools */ export declare class PhoenixHandler extends BaseToolHandler { private localEngine; tools: Tool[]; constructor(localEngine: LocalDebugEngine); handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>; private debugLiveViewConnection; private checkWebSocketEndpoint; private tidewavePhoenixQuery; private phoenixLiveDashboard; private phoenixPubSubMonitor; private phoenixChannelDebug; private liveViewHookAnalysis; private phoenixTestGeneration; private generateLiveViewRecommendations; private generatePhoenixTest; } //# sourceMappingURL=phoenix-handler.d.ts.map