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

15 lines • 738 B
import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { BaseToolHandler } from '../base-handler.js'; import { NextJSDebugEngineEnhanced } from '../../nextjs-debug-engine-enhanced-modular.js'; /** * Handler for Next.js monitoring tools (fonts only - cache/ISR/security/edge moved to separate handlers) * @deprecated This handler is being phased out. Use NextJSFontHandler instead. */ export declare class NextJSMonitoringHandler extends BaseToolHandler { private nextjsEngine; constructor(nextjsEngine: NextJSDebugEngineEnhanced); tools: Tool[]; handle(toolName: string, args: any, sessions: Map<string, any>): Promise<any>; private analyzeFonts; } //# sourceMappingURL=nextjs-monitoring-handler.d.ts.map