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.

11 lines 439 B
import { ToolExecutor } from '../../services/routing/toolRegistry.js'; import type { Project } from './types/task.js'; export declare const vibeTaskManagerExecutor: ToolExecutor; declare function validateProjectForDecomposition(project: Project): Promise<{ isValid: boolean; errors: string[]; warnings: string[]; recommendations: string[]; }>; export { validateProjectForDecomposition }; //# sourceMappingURL=index.d.ts.map