feat(mcp): Implement update-subtask MCP command for appending information to subtasks

This commit is contained in:
Eyal Toledano
2025-03-31 02:13:13 -04:00
parent 38f9e4deaa
commit e02ee96aff
8 changed files with 169 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ Following MCP implementation standards:
- Unit test for updateTaskByIdDirect.js
- Integration test for MCP tool
## 19. Implement update-subtask MCP command [pending]
## 19. Implement update-subtask MCP command [done]
### Dependencies: None
### Description: Create direct function wrapper and MCP tool for appending information to a specific subtask.
### Details: