UNPKG

vibe-coder-mcp

Version:

Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.

10 lines 333 B
import { ToolExecutor } from '../routing/toolRegistry.js'; export interface ProcessedRequest { toolName: string; parameters: Record<string, string>; explanation: string; confidence: number; requiresConfirmation: boolean; } export declare const processUserRequest: ToolExecutor; //# sourceMappingURL=index.d.ts.map