chore: adjust the setupMCPConfiguration so it adds in the new env stuff.
This commit is contained in:
@@ -702,7 +702,17 @@ function setupMCPConfiguration(targetDir, projectName) {
|
||||
"args": [
|
||||
"-y",
|
||||
"task-master-mcp-server"
|
||||
]
|
||||
],
|
||||
"env": {
|
||||
"ANTHROPIC_API_KEY": "%ANTHROPIC_API_KEY%",
|
||||
"PERPLEXITY_API_KEY": "%PERPLEXITY_API_KEY%",
|
||||
"MODEL": "%MODEL%",
|
||||
"PERPLEXITY_MODEL": "%PERPLEXITY_MODEL%",
|
||||
"MAX_TOKENS": "%MAX_TOKENS%",
|
||||
"TEMPERATURE": "%TEMPERATURE%",
|
||||
"DEFAULT_SUBTASKS": 5,
|
||||
"DEFAULT_PRIORITY": "medium"
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user