Ensures that the updateTask (single task) doesn't change the title of the task.

This commit is contained in:
Eyal Toledano
2025-03-27 01:46:13 -04:00
parent 693369128d
commit bdd582b9cb

View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"taskmaster-ai": {
"command": "npx",
"args": [
"-y",
"bin/task-master-mcp-server.js"
]
}
}
}