File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "permissions" : {
3
+ "allow" : [
4
+ " Bash(./gradlew:*)" ,
5
+ " Bash(cat:*)" ,
6
+ " Bash(echo:*)" ,
7
+ " Bash(find:*)" ,
8
+ " Bash(gh:*)" ,
9
+ " Bash(git:*)" ,
10
+ " Bash(grep:*)" ,
11
+ " Bash(javac:*)" ,
12
+ " Bash(mv:*)" ,
13
+ " Bash(npm test:*)" ,
14
+ " Bash(rg:*)" ,
15
+ " Bash(rm:*)" ,
16
+ " Bash(timeout:*)" ,
17
+ " WebFetch(domain:github.com)" ,
18
+ " mcp__github__get_issue" ,
19
+ " mcp__github__get_issue_comments" ,
20
+ " mcp__github__get_pull_request" ,
21
+ " mcp__github__get_pull_request_comments" ,
22
+ " mcp__idea__find_files_by_name_substring" ,
23
+ " mcp__idea__get_file_text_by_path" ,
24
+ " mcp__idea__get_open_in_editor_file_path" ,
25
+ " mcp__idea__get_open_in_editor_file_text" ,
26
+ " mcp__idea__get_selected_in_editor_text" ,
27
+ " mcp__idea__list_directory_tree_in_folder" ,
28
+ " mcp__idea__list_files_in_folder" ,
29
+ " mcp__idea__open_file_in_editor" ,
30
+ " mcp__idea__replace_selected_text" ,
31
+ " mcp__idea__replace_specific_text" ,
32
+ " mcp__idea__search_in_files_content"
33
+ ],
34
+ "deny" : []
35
+ }
36
+ }
You can’t perform that action at this time.
0 commit comments