Commit b6afba5
Changed files (1)
modules
dev
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";
};
};
};