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

17 lines • 722 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { BaseToolHandler } from './base-handler.js'; import { SmartTestMaintenance } from '../smart-test-maintenance.js'; import { DebugSession } from '../types.js'; export declare class MaintenanceHandler extends BaseToolHandler { private maintenanceEngine; tools: Tool[]; constructor(maintenanceEngine: SmartTestMaintenance); getTools(): Tool[]; handle(toolName: string, args: any, sessions: Map<string, DebugSession>): Promise<any>; private analyzeTestHealth; private detectStaleTests; private autoFixTests; private findCoverageGaps; private generateMaintenanceReport; } //# sourceMappingURL=maintenance-handler.d.ts.map