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

25 lines • 650 B
/** * Complete List of All 318 Tools * * Generated from comprehensive audit of all handlers. * This is the definitive list of all tools available in the system. */ export interface Tool { name: string; description: string; inputSchema?: any; handler?: string; } export declare const COMPLETE_TOOL_LIST: Tool[]; export declare const TOOL_COUNT = 318; export declare const HANDLER_COUNT = 69; export declare const TOOL_CATEGORIES: { core: string[]; tdd: string[]; flutter: never[]; nextjs: string[]; phoenix: string[]; elixir: string[]; ai: string[]; }; //# sourceMappingURL=all-tools-generated.d.ts.map