vibe-coder-mcp
Version:
Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.
18 lines • 621 B
TypeScript
import { ToolExecutor } from '../../services/routing/toolRegistry.js';
export interface FullstackStarterKitInput {
use_case: string;
tech_stack_preferences?: {
frontend?: string;
backend?: string;
database?: string;
orm?: string;
authentication?: string;
deployment?: string;
[key: string]: string | undefined;
};
request_recommendation?: boolean;
include_optional_features?: string[];
}
export declare function initDirectories(): Promise<void>;
export declare const generateFullstackStarterKit: ToolExecutor;
//# sourceMappingURL=index.d.ts.map