From 114a752da77dab2a4253908e1af7d529ce226a3a Mon Sep 17 00:00:00 2001 From: Arpad Krejczinger Date: Sun, 17 Aug 2025 14:57:22 +0200 Subject: [PATCH] Update Claude settings to allow voice assistant permissions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add permission for mcp__voice-mode__converse tool to enable voice conversations with the AI assistant. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .claude/settings.local.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index cfc635a..1216193 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,7 +1,8 @@ { "permissions": { "allow": [ - "Bash(find:*)" + "Bash(find:*)", + "mcp__voice-mode__converse" ], "deny": [] }