File tree Expand file tree Collapse file tree 2 files changed +2
-45
lines changed
Expand file tree Collapse file tree 2 files changed +2
-45
lines changed Original file line number Diff line number Diff line change 55 " Bash(npm run lint:*)" ,
66 " Bash(npm run test:integration:*)"
77 ]
8- },
9- "enabledMcpjsonServers" : [
10- " github"
11- ]
8+ }
129}
Original file line number Diff line number Diff line change 11{
2- "mcpServers" : {
3- "task-master-ai" : {
4- "type" : " stdio" ,
5- "command" : " npx" ,
6- "args" : [
7- " -y" ,
8- " task-master-ai"
9- ],
10- "env" : {
11- "ANTHROPIC_API_KEY" : " ${ANTHROPIC_API_KEY}" ,
12- "PERPLEXITY_API_KEY" : " YOUR_PERPLEXITY_API_KEY_HERE" ,
13- "OPENAI_API_KEY" : " YOUR_OPENAI_KEY_HERE" ,
14- "GOOGLE_API_KEY" : " YOUR_GOOGLE_KEY_HERE" ,
15- "XAI_API_KEY" : " YOUR_XAI_KEY_HERE" ,
16- "OPENROUTER_API_KEY" : " YOUR_OPENROUTER_KEY_HERE" ,
17- "MISTRAL_API_KEY" : " YOUR_MISTRAL_KEY_HERE" ,
18- "AZURE_OPENAI_API_KEY" : " YOUR_AZURE_KEY_HERE" ,
19- "OLLAMA_API_KEY" : " YOUR_OLLAMA_API_KEY_HERE"
20- }
21- },
22- "github" : {
23- "type" : " http" ,
24- "url" : " https://api.githubcopilot.com/mcp" ,
25- "headers" : {
26- "Authorization" : " Bearer ${GITHUB_PAT}"
27- }
28- },
29- "atlassian" : {
30- "type" : " sse" ,
31- "url" : " https://mcp.atlassian.com/v1/sse"
32- },
33- "playwright" : {
34- "type" : " stdio" ,
35- "command" : " npx" ,
36- "args" : [
37- " -y" ,
38- " @playwright/mcp@latest"
39- ],
40- "env" : {}
41- }
42- }
2+ "mcpServers" : {}
433}
You can’t perform that action at this time.
0 commit comments