866 B
task-master-ai
| task-master-ai |
|---|
| patch |
Two improvements to MCP tools:
-
Adjusts the response sent to the MCP client for
initialize-projecttool so it includes an explicitnext_stepsobject. 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. -
Updates the
parse_prdtool parameter description to explicitly mention support for .md file formats, clarifying that users can provide PRD documents in various text formats including Markdown. -
Updates the
parse_prdtoolnumTasksparam description to encourage the LLM agent to use a number of tasks to break down the PRD into that is logical relative to project complexity.