From 4ae97f145ef8ae4679eebd675660cdc26aab4196 Mon Sep 17 00:00:00 2001 From: Eyal Toledano Date: Thu, 3 Apr 2025 00:48:27 -0400 Subject: [PATCH] chore: adds task-master-ai to the createProjectStructure which merges/creates the package.json. This is so that onboarding via MCP is possible. When the MCP server runs and does npm i, it will get task-master, and get the ability to run task-master init. --- scripts/init.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/init.js b/scripts/init.js index 2278959f..227e1145 100755 --- a/scripts/init.js +++ b/scripts/init.js @@ -523,7 +523,8 @@ function createProjectStructure(projectName, projectDescription, projectVersion, "jsonwebtoken": "^9.0.2", "lru-cache": "^10.2.0", "openai": "^4.89.0", - "ora": "^8.2.0" + "ora": "^8.2.0", + "task-master-ai": "^0.9.31" } };