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
31 lines • 1.11 kB
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseToolHandler } from './base-handler.js';
/**
* Handler for advanced Phoenix framework debugging tools
*/
export declare class PhoenixAdvancedHandler extends BaseToolHandler {
private tidewave?;
constructor();
private getTidewave;
tools: Tool[];
handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>;
private convertToolNameToMethod;
private phoenixTracePlugPipeline;
private phoenixInspectEndpointConfig;
private phoenixProfileViewRender;
private phoenixAnalyzeRouter;
private phoenixTelemetryEvents;
private phoenixControllerActionTrace;
private phoenixConnInspector;
private phoenixSessionDebug;
private phoenixPresenceTracker;
private phoenixErrorHandlerTrace;
private formatPlugTrace;
private formatEndpointConfig;
private formatViewProfile;
private formatRouterAnalysis;
private formatTelemetryEvents;
private formatSessionDebug;
private formatErrorHandlerTrace;
}
//# sourceMappingURL=phoenix-advanced-handler.d.ts.map