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 f007df06d8
commit 1c72c88a32
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: