Commit b6afba5

HPCesia <me@hpcesia.com>
2025-12-23 18:45:01
feat: update opencode config
1 parent 82f90e5
Changed files (1)
modules
modules/dev/opencode.nix
@@ -15,7 +15,11 @@
         mcp = {
           context7 = {
             type = "local";
-            command = ["bun" "-y" "@upstash/context7-mcp"];
+            command = ["pnpm" "dlx" "-y" "@upstash/context7-mcp"];
+          };
+          deepwiki = {
+            type = "remote";
+            url = "https://mcp.deepwiki.com/sse";
           };
         };
       };