mcp Serena: auto approving commands
This commit is contained in:
@@ -1,8 +1,17 @@
|
|||||||
{
|
{
|
||||||
|
"permissions": {
|
||||||
|
"allow": [
|
||||||
|
"mcp__serena__read_file",
|
||||||
|
"mcp__serena__search_for_pattern",
|
||||||
|
"mcp__serena__find_file",
|
||||||
|
"mcp__serena__list_dir",
|
||||||
|
"mcp__serena__think_about_collected_information"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"enableAllProjectMcpServers": true,
|
||||||
"enabledMcpjsonServers": [
|
"enabledMcpjsonServers": [
|
||||||
"serena",
|
"serena",
|
||||||
"context7",
|
"context7",
|
||||||
"git"
|
"git"
|
||||||
],
|
]
|
||||||
"enableAllProjectMcpServers": true
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,13 @@
|
|||||||
"--enable-web-dashboard", "false"
|
"--enable-web-dashboard", "false"
|
||||||
],
|
],
|
||||||
"autoApprove": {
|
"autoApprove": {
|
||||||
"commands": ["*"]
|
"commands": [
|
||||||
|
"search_for_pattern",
|
||||||
|
"read_file",
|
||||||
|
"find_file",
|
||||||
|
"list_dir",
|
||||||
|
"think_about_collected_information"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"context7": {
|
"context7": {
|
||||||
|
|||||||
Reference in New Issue
Block a user