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
21 lines • 553 B
TypeScript
/**
* AI Debug Local MCP Server - Refactored with proper handler delegation
*/
export declare class AIDebugLocalMCPServer {
private server;
private sessions;
private handlerRegistry;
private apiKeyManager;
private cloudAI;
private localEngine;
private auditEngine;
private versionChecker;
private backendEngine;
private quantumDebugger;
constructor();
private registerHandlers;
private setupMCPHandlers;
run(): Promise<void>;
}
//# sourceMappingURL=server-refactored.d.ts.map