瀏覽代碼

add context7 and serena

Yuki Takei 9 月之前
父節點
當前提交
672db70920
共有 1 個文件被更改,包括 20 次插入0 次删除
  1. 20 0
      .vscode/mcp.json

+ 20 - 0
.vscode/mcp.json

@@ -0,0 +1,20 @@
+{
+  "servers": {
+    "context7": {
+      "type": "http",
+      "url": "https://mcp.context7.com/mcp"
+    },
+    "serena": {
+      "type": "stdio",
+      "command": "uvx",
+      "args": [
+        "--from",
+        "git+https://github.com/oraios/serena",
+        "serena",
+        "start-mcp-server",
+        "--context",
+        "ide-assistant"
+      ]
+    }
+  }
+}