From 0546d5baf515d1716703f888d6ff259ddfb51c83 Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Thu, 24 Jul 2025 09:44:20 +0200 Subject: [PATCH] chore: update example --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70075a97b2448b0c07944fcce397b2012e071647..f7488fce836115ac5a3deb1600193de0fbf6ba23 100644 --- a/README.md +++ b/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" + ] } } ```