From 1bf31895c8c2c71ee38eb68a73b84e89d6eb003e Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Wed, 9 Apr 2025 21:18:50 -0400 Subject: [PATCH] chore: changeset. --- .changeset/thirty-items-kiss.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.changeset/thirty-items-kiss.md b/.changeset/thirty-items-kiss.md index 1af2be44..fdaa54b0 100644 --- a/.changeset/thirty-items-kiss.md +++ b/.changeset/thirty-items-kiss.md @@ -7,3 +7,5 @@ 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. + +3. Updates the `parse_prd` tool `numTasks` param 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.