Allow claude to run mix test:* tasks

This commit is contained in:
Claudio Ortolina
2025-06-14 21:14:25 +03:00
parent 124d539cec
commit 889c388d97
+4 -3
View File
@@ -1,8 +1,9 @@
{
"enableAllProjectMcpServers": false,
"permissions": {
"allow": [
"mcp__tidewave__get_ecto_schemas"
"mcp__tidewave__get_ecto_schemas",
"Bash(mix test:*)"
]
}
},
"enableAllProjectMcpServers": false
}