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 • 636 B
TypeScript
/**
* Complete Tool Discovery - All 445 Extracted Tools
*
* Provides comprehensive debugging capabilities with proper TypeScript definitions.
* Generated automatically to include all available debugging tools.
*/
export interface CompleteTool {
name: string;
description: string;
inputSchema: any;
}
export declare const COMPLETE_TOOLS: CompleteTool[];
export declare class CompleteToolDiscovery {
getAllTools(): CompleteTool[];
getToolCount(): number;
getToolsByCategory(): {
[category: string]: CompleteTool[];
};
private categorize;
}
//# sourceMappingURL=complete-tool-discovery.d.ts.map