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": {
"allow": [
"mcp__ide__getDiagnostics",
"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)"
"WebSearch"
],
"deny": []
},
"enabledPlugins": {
"android-translation@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
}
}