feat: implement add-task MCP command

- Create direct function wrapper in add-task.js with prompt and dependency handling

- Add MCP tool integration for creating new tasks via AI

- Update task-master-core.js to expose addTaskDirect function

- Update changeset to document the new command
This commit is contained in:
Eyal Toledano
2025-03-31 12:50:14 -04:00
parent 5296e50b6a
commit 1bb1309ef8
7 changed files with 140 additions and 22 deletions

View File

@@ -604,7 +604,7 @@ Following MCP implementation standards:
- Unit test for expandTaskDirect.js
- Integration test for MCP tool
## 25. Implement add-task MCP command [in-progress]
## 25. Implement add-task MCP command [done]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for adding new tasks.
### Details: