mcp Serena: auto approving commands

This commit is contained in:
Knee Cola
2025-11-17 13:12:52 +01:00
parent 2ac9ca92a4
commit c3ca55eedf
2 changed files with 18 additions and 3 deletions

View File

@@ -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
} }

View File

@@ -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": {