fix: MCP config and commands (#141)

This commit is contained in:
Ralph Khreish
2025-04-09 20:01:27 +02:00
committed by GitHub
parent 34501878b2
commit cfe3ba91e8
5 changed files with 4 additions and 7 deletions

View File

@@ -911,7 +911,7 @@ function setupMCPConfiguration(targetDir, projectName) {
const newMCPServer = {
'task-master-ai': {
command: 'npx',
args: ['-y', 'task-master-mcp-server'],
args: ['-y', '--package', 'task-master-ai', 'task-master-mcp'],
env: {
ANTHROPIC_API_KEY: '%ANTHROPIC_API_KEY%',
PERPLEXITY_API_KEY: '%PERPLEXITY_API_KEY%',