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

14 lines • 469 B
/** * Tool alias mapping for AI-friendly tool discovery * Maps common tool name variations to canonical tool names */ export declare const TOOL_ALIASES: Record<string, string>; /** * Resolve a tool name to its canonical form */ export declare function resolveToolAlias(toolName: string): string; /** * Get all aliases for a canonical tool name */ export declare function getToolAliases(canonicalName: string): string[]; //# sourceMappingURL=tool-aliases.d.ts.map