feat: implement next-task MCP command

- Create direct function wrapper in next-task.js with error handling and caching

- Add MCP tool integration for finding the next task to work on

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

- Update changeset to document the new command
This commit is contained in:
Eyal Toledano
2025-03-31 12:00:23 -04:00
parent 219b40b516
commit 729ae4d2d5
7 changed files with 176 additions and 2 deletions

View File

@@ -538,7 +538,7 @@ Following MCP implementation standards:
- Unit test for showTaskDirect.js
- Integration test for MCP tool
## 23. Implement next-task MCP command [pending]
## 23. Implement next-task MCP command [in-progress]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for finding the next task to work on.
### Details: