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
50 lines • 1.86 kB
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { BaseToolHandler } from './base-handler.js';
import { AuditEngine } from '../audit-engine.js';
import { LocalDebugEngine } from '../local-debug-engine.js';
import { DebugSession } from '../types.js';
export declare class QAGatesHandler extends BaseToolHandler {
private auditEngine;
private localEngine;
tools: Tool[];
constructor(auditEngine: AuditEngine, localEngine: LocalDebugEngine);
getTools(): Tool[];
handle(toolName: string, args: any, sessions: Map<string, DebugSession>): Promise<any>;
private createQualityPipeline;
private configureQualityGates;
private runIntegratedValidation;
private enforceQualityStandards;
private generateComplianceReport;
private createAuditTrail;
private assessQualityGates;
private justifyQualityDecision;
private generateQualityInsights;
private generateExecutiveScorecard;
private createQualityDashboard;
private integrateCICDPipeline;
private validateVisualIntegration;
private validateCrossBrowserIntegration;
private validateTestStability;
private optimizeEnterprisePerformance;
private setupEnterpriseMonitoring;
private formatStageType;
private formatFailureAction;
private formatReportingLevel;
private formatConsistency;
private formatReportFormat;
private formatRetentionPeriod;
private calculateQualityResult;
private formatRiskLevel;
private formatReason;
private formatImpact;
private formatAnalysisDepth;
private formatTimeframe;
private formatDashboardType;
private formatMetricName;
private formatUpdateFrequency;
private formatCICDPlatform;
private formatHookType;
private formatBrowserName;
private formatCachingStrategy;
}
//# sourceMappingURL=qa-gates-handler.d.ts.map