Przeglądaj źródła

add mcp settings for vscode

Yuki Takei 9 miesięcy temu
rodzic
commit
7a6a2a72b5
1 zmienionych plików z 13 dodań i 1 usunięć
  1. 13 1
      .vscode/settings.json

+ 13 - 1
.vscode/settings.json

@@ -39,6 +39,18 @@
   "typescript.validate.enable": true,
   "typescript.surveys.enabled": false,
 
-  "vitest.filesWatcherInclude": "**/*"
+  "vitest.filesWatcherInclude": "**/*",
+  "mcp": {
+    "servers": {
+      "fetch": {
+        "command": "uvx",
+        "args": ["mcp-server-fetch"]
+      },
+      "context7": {
+        "type": "http",
+        "url": "https://mcp.context7.com/mcp"
+      }
+    }
+  }
 
 }