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
23 lines • 797 B
TypeScript
/**
* Value Tracking Handler
*
* MCP tools for tracking and displaying the real value delivered by AI-Debug:
* context preservation, time savings, automation benefits, and debugging efficiency.
*/
import { BaseHandler } from './base-handler.js';
import { Tool } from '@modelcontextprotocol/sdk/types.js';
export declare class ValueTrackingHandler extends BaseHandler {
private valueTracker;
private logger;
constructor();
tools: Tool[];
handle(toolName: string, args: any): Promise<any>;
private trackDebuggingValue;
private getValueSummary;
private getSessionValue;
private showValueMetrics;
private compareWorkflowEfficiency;
private suggestPremiumFeatures;
private generateValueInsight;
}
//# sourceMappingURL=value-tracking-handler.d.ts.map