chore: update example

This commit is contained in:
Kujtim Hoxha
2025-07-24 09:44:20 +02:00
parent 82e8b47985
commit 0546d5baf5

View File

@@ -168,7 +168,13 @@ Crush includes a permission system to control which tools can be executed withou
```json
{
"permissions": {
"allowed_tools": ["view", "ls", "grep", "bash:read"]
"allowed_tools": [
"view",
"ls",
"grep",
"edit:write",
"mcp_context7_get-library-doc"
]
}
}
```