fix: Update fileValidator in parse-prd test to return boolean values
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user