Browse Source

Update MCP server settings

Yuki Takei 2 months ago
parent
commit
92a078078e
2 changed files with 5 additions and 2 deletions
  1. 1 1
      .mcp.json
  2. 4 1
      .vscode/mcp.json

+ 1 - 1
.mcp.json

@@ -12,7 +12,7 @@
         "git+https://github.com/oraios/serena",
         "serena-mcp-server",
         "--context",
-        "ide-assistant",
+        "claude-code",
         "--project",
         ".",
         "--enable-web-dashboard=false"

+ 4 - 1
.vscode/mcp.json

@@ -13,7 +13,10 @@
         "serena",
         "start-mcp-server",
         "--context",
-        "ide-assistant"
+        "ide",
+        "--project",
+        ".",
+        "--enable-web-dashboard=false"
       ]
     }
   }