ソースを参照

add plugins for cc and update .mcp.json

Yuki Takei 1 ヶ月 前
コミット
77a8bf2a83
2 ファイル変更7 行追加21 行削除
  1. 6 0
      .claude/settings.json
  2. 1 21
      .mcp.json

+ 6 - 0
.claude/settings.json

@@ -13,5 +13,11 @@
         ]
         ]
       }
       }
     ]
     ]
+  },
+  "enabledPlugins": {
+    "context7@claude-plugins-official": true,
+    "github@claude-plugins-official": true,
+    "typescript-lsp@claude-plugins-official": true,
+    "playwright@claude-plugins-official": true
   }
   }
 }
 }

+ 1 - 21
.mcp.json

@@ -1,23 +1,3 @@
 {
 {
-  "mcpServers": {
-    "context7": {
-      "type": "http",
-      "url": "https://mcp.context7.com/mcp"
-    },
-    "serena": {
-      "type": "stdio",
-      "command": "uvx",
-      "args": [
-        "--from",
-        "git+https://github.com/oraios/serena",
-        "serena-mcp-server",
-        "--context",
-        "claude-code",
-        "--project",
-        ".",
-        "--enable-web-dashboard=false"
-      ],
-      "env": {}
-    }
-  }
+  "mcpServers": {}
 }
 }