UNPKG

openai-compatible-task-master

Version:

使用MCP解析PRD文档并生成任务列表

6 lines (5 loc) 195 B
import { TaskData } from '../llm/types.js'; export declare function readTask(projectDir: string, tasksPath: string, taskId: string): Promise<{ task: TaskData | null; message: string; }>;