UNPKG

vibedev-specs-mcp

Version:

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

6 lines 202 B
export interface TasksStartParams { session_id: string; feature_name: string; } export declare function tasksStart(params: TasksStartParams): Promise<string>; //# sourceMappingURL=tasks.d.ts.map