fix(mcp-server): construct default tasks.json path when file parameter not provided (#1276)

Co-authored-by: Ralph Khreish <Crunchyman-ralph@users.noreply.github.com>
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Fixes #1272
This commit is contained in:
Ralph Khreish
2025-10-06 11:50:45 +02:00
committed by GitHub
parent 4b5473860b
commit caee040907
2 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
"task-master-ai": patch
---
Fix MCP server error when file parameter not provided - now properly constructs default tasks.json path instead of failing with 'tasksJsonPath is required' error.