You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`allowedCommands`| array of strings |`[]`| List of specific commands that are allowed without prompting. Supports regex formatting. Note that regex entered are anchored with \A and \z. |
35
+
|`allowedCommands`| array of strings |`[]`| List of specific commands that are allowed without prompting. Supports regex formatting. Note that regex entered are anchored with \A and \z |
36
+
|`deniedCommands`| array of strings |`[]`| List of specific commands that are denied. Supports regex formatting. Note that regex entered are anchored with \A and \z. Deny rules are evaluated before allow rules |
35
37
|`allowReadOnly`| boolean |`true`| Whether to allow read-only commands without prompting |
36
38
37
39
## Fs_read Tool
@@ -44,7 +46,8 @@ Tool for reading files, directories, and images.
0 commit comments