UNPKG

vibedev-specs-mcp

Version:

MCP server for vibedev specs workflow - AI-powered development workflow from requirements to code

7 lines 232 B
export interface ExecuteStartParams { session_id: string; feature_name: string; task_id?: string; } export declare function executeStart(params: ExecuteStartParams): Promise<string>; //# sourceMappingURL=execute.d.ts.map