Update Claude settings to allow voice assistant permissions

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 <noreply@anthropic.com>
This commit is contained in:
2025-08-17 14:57:22 +02:00
parent 7868c7763b
commit 114a752da7

View File

@@ -1,7 +1,8 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(find:*)" "Bash(find:*)",
"mcp__voice-mode__converse"
], ],
"deny": [] "deny": []
} }