Bladeren bron

feat: add mcp.json configuration for context7 and sequentialthinking servers

vtugulan 6 maanden geleden
bovenliggende
commit
5bffc8a922
1 gewijzigde bestanden met toevoegingen van 21 en 0 verwijderingen
  1. 21 0
      .kilocode/mcp.json

+ 21 - 0
.kilocode/mcp.json

@@ -0,0 +1,21 @@
+{
+  "mcpServers": {
+    "context7": {
+      "command": "npx",
+      "args": [
+        "-y",
+        "@upstash/context7-mcp"
+      ],
+      "env": {
+        "DEFAULT_MINIMUM_TOKENS": ""
+      }
+    },
+    "sequentialthinking": {
+      "command": "npx",
+      "args": [
+        "-y",
+        "@modelcontextprotocol/server-sequential-thinking"
+      ]
+    }
+  }
+}