Files
tpl-agentic-dev-base/.mcp.json

23 lines
456 B
JSON

{
"mcpServers": {
"context7-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli@latest",
"run",
"@upstash/context7-mcp",
"--key",
"ccc459cf-e7b3-4f27-b6e0-b73784be55dc"
]
},
"taskmaster-ai": {
"command": "npx",
"args": [
"-y",
"--package=task-master-ai",
"task-master-ai"
]
}
}
}