Adjust enabled plugins

This commit is contained in:
darken
2026-02-28 21:21:42 +01:00
parent 9cc5a82adf
commit a47addc8bc
+4 -8
View File
@@ -2,19 +2,15 @@
"permissions": { "permissions": {
"allow": [ "allow": [
"mcp__ide__getDiagnostics", "mcp__ide__getDiagnostics",
"WebSearch", "WebSearch"
"WebFetch(domain:support.google.com)",
"WebFetch(domain:github.com)",
"WebFetch(domain:mvnrepository.com)",
"WebFetch(domain:kotlinlang.org)",
"WebFetch(domain:developer.android.com)",
"WebFetch(domain:issuetracker.google.com)"
], ],
"deny": [] "deny": []
}, },
"enabledPlugins": { "enabledPlugins": {
"android-translation@claude-code-cafe": true, "android-translation@claude-code-cafe": true,
"debugbadger@claude-code-cafe": true, "debugbadger@claude-code-cafe": true,
"jvm-tools@claude-code-cafe": true "jvm-tools@claude-code-cafe": true,
"frontend-design@claude-plugins-official": true,
"kotlin-lsp@claude-plugins-official": true
} }
} }