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.

This commit is contained in:
Eyal Toledano
2025-04-03 00:48:27 -04:00
parent 01bd121de2
commit d71e7872ea

View File

@@ -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"
}
};