chore(init): No longer ships readme with task-master init (commented out for now). No longer looking for task-master-mcp, instead checked for task-master-ai - this should prevent the init sequence from needlessly adding another mcp server with task-master-mcp to the mpc.json which a ton of people probably ran into.

This commit is contained in:
Eyal Toledano
2025-05-03 00:33:21 -04:00
parent 424aae10ed
commit 70d3f2f103
4 changed files with 28 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
{
"models": {
"main": {
"provider": "anthropic",
"modelId": "claude-3-7-sonnet-20250219",
"provider": "google",
"modelId": "gemini-2.5-pro-exp-03-25",
"maxTokens": 100000,
"temperature": 0.2
},