init
This commit is contained in:
17
.mcp.template.json
Normal file
17
.mcp.template.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"task-master-ai": {
|
||||
"command": "npx",
|
||||
"args": ["-y", "--package=task-master-ai", "task-master-ai"],
|
||||
"env": {
|
||||
"ANTHROPIC_API_KEY": "your_anthropic_api_key_here",
|
||||
"PERPLEXITY_API_KEY": "your_perplexity_api_key_here",
|
||||
"OPENAI_API_KEY": "your_openai_api_key_here",
|
||||
"GOOGLE_API_KEY": "your_google_api_key_here",
|
||||
"XAI_API_KEY": "your_xai_api_key_here",
|
||||
"OPENROUTER_API_KEY": "your_openrouter_api_key_here",
|
||||
"MISTRAL_API_KEY": "your_mistral_api_key_here"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user