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:
@@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
"permissions": {
|
"permissions": {
|
||||||
"allow": [
|
"allow": [
|
||||||
"Bash(find:*)"
|
"Bash(find:*)",
|
||||||
|
"mcp__voice-mode__converse"
|
||||||
],
|
],
|
||||||
"deny": []
|
"deny": []
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user