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>
9 lines
119 B
JSON
9 lines
119 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"mcp__voice-mode__converse"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |