Files
homelab/.claude/settings.local.json
Arpad Krejczinger 114a752da7 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>
2025-08-17 14:57:22 +02:00

9 lines
119 B
JSON

{
"permissions": {
"allow": [
"Bash(find:*)",
"mcp__voice-mode__converse"
],
"deny": []
}
}