feat(mcp): Implement generate MCP command for creating task files from tasks.json

This commit is contained in:
Eyal Toledano
2025-03-31 02:17:07 -04:00
parent 14a3512325
commit 7d90d6808d
7 changed files with 121 additions and 2 deletions

View File

@@ -5,3 +5,4 @@
- Split monolithic task-master-core.js into separate function files within direct-functions directory
- Implement update-task MCP command for updating a single task by ID
- Implement update-subtask MCP command for appending information to specific subtasks
- Implement generate MCP command for creating individual task files from tasks.json