From f11e00a026adf983b331aaad939d0bd96b8ef29d Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Thu, 3 Apr 2025 00:57:21 -0400 Subject: [PATCH] Changeset --- .changeset/two-bats-smoke.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.changeset/two-bats-smoke.md b/.changeset/two-bats-smoke.md index 56764470..54d9d37f 100644 --- a/.changeset/two-bats-smoke.md +++ b/.changeset/two-bats-smoke.md @@ -70,6 +70,7 @@ - Implement complexity-report MCP command for displaying task complexity analysis reports. - Implement add-dependency MCP command for creating dependency relationships between tasks. - Implement get-tasks MCP command for listing all tasks (renamed from list-tasks). +- Implement `initialize_project` MCP tool to allow project setup via MCP client and radically improve and simplify onboarding by adding to mcp.json (e.g., Cursor). - Enhance documentation and tool descriptions: - Create new `taskmaster.mdc` Cursor rule for comprehensive MCP tool and CLI command reference.