Просмотр исходного кода

fix(settings): consolidate mcp-client-skills plugin configuration

Yuki Takei 18 часов назад
Родитель
Сommit
6fefcec4e2
2 измененных файлов с 2 добавлено и 6 удалено
  1. 2 1
      .claude/settings.json
  2. 0 5
      apps/app/.claude/settings.json

+ 2 - 1
.claude/settings.json

@@ -55,6 +55,7 @@
   },
   "enabledPlugins": {
     "context7@claude-plugins-official": true,
-    "typescript-lsp@claude-plugins-official": true
+    "typescript-lsp@claude-plugins-official": true,
+    "mcp-client-skills@growi-mcp-tools": true
   }
 }

+ 0 - 5
apps/app/.claude/settings.json

@@ -1,5 +0,0 @@
-{
-  "enabledPlugins": {
-    "mcp-client-skills@growi-mcp-tools": true
-  }
-}