Implement remove-subtask MCP command for removing subtasks from parent tasks

This commit is contained in:
Eyal Toledano
2025-03-31 13:01:31 -04:00
parent 430cd8d50c
commit 1530a3d9b7
7 changed files with 145 additions and 4 deletions

View File

@@ -670,7 +670,7 @@ Following MCP implementation standards:
- Unit test for addSubtaskDirect.js
- Integration test for MCP tool
## 27. Implement remove-subtask MCP command [pending]
## 27. Implement remove-subtask MCP command [done]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for removing subtasks from tasks.
### Details: