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

52 lines • 1.39 kB
/** * AI Feedback Analytics Handler - Phase 2 MCP Tools * * Advanced analytics and intelligence tools for AI feedback analysis, * real-time monitoring, and predictive insights. */ import { BaseHandler } from './base-handler.js'; import { Tool } from '@modelcontextprotocol/sdk/types.js'; export declare class AIFeedbackAnalyticsHandler extends BaseHandler { private analyticsEngine; private realtimeDashboard; private feedbackCollector; private logger; constructor(); tools: Tool[]; handle(toolName: string, args: any): Promise<any>; /** * Generate comprehensive intelligence report */ private generateIntelligenceReport; /** * Start real-time monitoring dashboard */ private startRealtimeMonitoring; /** * Get current dashboard status */ private getDashboardStatus; /** * Analyze feedback trends */ private analyzeFeedbackTrends; /** * Detect anomalies in feedback data */ private detectAnomalies; /** * Get predictive insights */ private getPredictiveInsights; /** * Generate automated report */ private generateAutomatedReport; /** * Configure analytics settings */ private configureAnalytics; private parsePeriod; private formatReport; } //# sourceMappingURL=ai-feedback-analytics-handler.d.ts.map