fix: Update fileValidator in parse-prd test to return boolean values

This commit is contained in:
Eyal Toledano
2025-04-09 19:49:51 -04:00
parent 2c63742a85
commit c414d50bdf
4 changed files with 89 additions and 17 deletions

View File

@@ -2,4 +2,8 @@
'task-master-ai': patch
---
Adjusts the response sent to the MCP client for `initialize-project` tool so it includes an explicit `next_steps` object. This is in an effort to reduce variability in what the LLM chooses to do as soon as the confirmation of initialized project. Instead of arbitrarily looking for tasks, it will know that a PRD is required next and will steer the user towards that before reaching for the parse-prd command."
Two improvements to MCP tools:
1. Adjusts the response sent to the MCP client for `initialize-project` tool so it includes an explicit `next_steps` object. This is in an effort to reduce variability in what the LLM chooses to do as soon as the confirmation of initialized project. Instead of arbitrarily looking for tasks, it will know that a PRD is required next and will steer the user towards that before reaching for the parse-prd command.
2. Updates the `parse_prd` tool parameter description to explicitly mention support for .md file formats, clarifying that users can provide PRD documents in various text formats including Markdown.