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
15 lines • 462 B
TypeScript
/**
* Enhanced Tool Discovery - Comprehensive Tool List for V2
*
* Provides a curated list of all essential debugging tools that work reliably.
* This replaces the complex loading system with a direct, working approach.
*/
export interface EnhancedTool {
name: string;
description: string;
inputSchema: any;
}
export declare class EnhancedToolDiscovery {
getAllTools(): EnhancedTool[];
}
//# sourceMappingURL=enhanced-tool-discovery.d.ts.map