Implement expand-all MCP command for expanding all pending tasks with subtasks

This commit is contained in:
Eyal Toledano
2025-03-31 13:10:10 -04:00
parent 995e95263c
commit 00e01d1d93
7 changed files with 131 additions and 4 deletions

View File

@@ -769,7 +769,7 @@ Following MCP implementation standards:
- Unit test for clearSubtasksDirect.js
- Integration test for MCP tool
## 30. Implement expand-all MCP command [pending]
## 30. Implement expand-all MCP command [done]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for expanding all tasks into subtasks.
### Details: