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
39 lines • 1.44 kB
TypeScript
/**
* Backend Integration Handler - Multi-Ecosystem Backend Testing
* Revolutionary full-stack debugging companion with comprehensive backend testing
*
* Supports: JavaScript/TypeScript, Python, Elixir, Ruby backend testing
* Integration: Seamless frontend-backend validation workflows
*/
import { BaseToolHandler } from './base-handler.js';
import type { Tool } from '@modelcontextprotocol/sdk/types.js';
export declare class BackendIntegrationHandler extends BaseToolHandler {
name: string;
private activeMonitors;
private testCache;
tools: Tool[];
handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>;
private runBackendTests;
private monitorCodeChanges;
private validateFullStackIntegration;
private monitorBackendPerformance;
private detectTestFramework;
private detectJavaScriptFramework;
private detectPythonFramework;
private detectElixirFramework;
private detectRubyFramework;
private executeTests;
private parseTestResults;
private parseJestResults;
private parsePytestResults;
private parseExUnitResults;
private parseRSpecResults;
private formatTestResults;
private formatChangeMonitorResults;
private detectFileEcosystem;
private analyzeChangeImpact;
private getEcosystemEmoji;
private generateDiagnostics;
private readJsonFile;
}
//# sourceMappingURL=backend-integration-handler.d.ts.map