mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-30 06:12:05 +00:00
13 lines
176 B
JSON
13 lines
176 B
JSON
{
|
|
"mcpServers": {
|
|
"task-master-ai": {
|
|
"type": "stdio",
|
|
"command": "npx",
|
|
"args": ["-y", "task-master-ai"],
|
|
"env": {
|
|
"TASK_MASTER_TOOLS": "all"
|
|
}
|
|
}
|
|
}
|
|
}
|