feat: improve scope up and down command & parse-prd improvements

This commit is contained in:
Ralph Khreish
2025-08-03 15:07:27 +03:00
parent e0d1d03f33
commit 184bb5e68e
13 changed files with 167 additions and 43 deletions

View File

@@ -0,0 +1,8 @@
---
"task-master-ai": patch
---
Fix MCP scope-up/down tools not finding tasks
- Fixed task ID parsing in MCP layer - now correctly converts string IDs to numbers
- scope_up_task and scope_down_task MCP tools now work properly