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