mirror of
https://github.com/d4rken-org/capod.git
synced 2026-09-16 11:16:12 -04:00
Adjust enabled plugins
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user