From 889c388d970afa1821c6f0d4d524faedbe1b325e Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 14 Jun 2025 21:14:25 +0300 Subject: [PATCH] Allow claude to run mix test:* tasks --- .claude/settings.local.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index efd1bdae..810c7f23 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,8 +1,9 @@ { - "enableAllProjectMcpServers": false, "permissions": { "allow": [ - "mcp__tidewave__get_ecto_schemas" + "mcp__tidewave__get_ecto_schemas", + "Bash(mix test:*)" ] - } + }, + "enableAllProjectMcpServers": false } \ No newline at end of file