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
25 lines • 982 B
TypeScript
import { Tool } from '@modelcontextprotocol/sdk/types.js';
import { MetaFrameworkDebugEngine } from '../meta-framework-debug-engine-modular.js';
/**
* Handler for meta-framework debugging tools
* Supports Rails, Remix, Astro, Nuxt, Qwik, SvelteKit, and more
*/
export declare class MetaFrameworkHandler {
private engine;
private engineAttachedToSession;
tools: Tool[];
constructor(engine: MetaFrameworkDebugEngine);
handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>;
private handleRailsTurboAnalysis;
private handleCSRFSecurityCheck;
private handleStimulusControllers;
private handleMetaFrameworkInfo;
private handleRemixLoaderAnalysis;
private handleAstroIslandsAudit;
private handleNuxtPayloadAnalysis;
private handleQwikResumabilityCheck;
private handleViteHMRMonitor;
private handleDetectMetaFrameworkIssues;
private formatSize;
}
//# sourceMappingURL=meta-framework-handler.d.ts.map