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
19 lines • 765 B
TypeScript
/**
* Capability Discovery Handler
*
* Provides immediate understanding of AI-Debug's revolutionary capabilities
* specifically designed for AI consumption and rapid capability recognition.
*/
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseToolHandler } from './base-handler.js';
export declare class CapabilityDiscoveryHandler extends BaseToolHandler {
tools: Tool[];
handle(toolName: string, args: any): Promise<any>;
discoverAiDebugCapabilities(args: any): Promise<any>;
getAiWorkflowTemplates(args: any): Promise<any>;
private getContextSpecificActions;
private getDetailedWorkflows;
private getAdvancedFeatures;
private getBestPractices;
}
//# sourceMappingURL=capability-discovery-handler.d.ts.map