chore: update example

Kujtim Hoxha created

Change summary

README.md | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

Detailed changes

README.md 🔗

@@ -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"
+    ]
   }
 }
 ```