Browse Source

Add repomix MCP server

lc 3 tuần trước cách đây
mục cha
commit
dea990219b
1 tập tin đã thay đổi với 5 bổ sung và 0 xóa
  1. 5 0
      opencode.jsonc

+ 5 - 0
opencode.jsonc

@@ -18,6 +18,11 @@
       "type": "local",
       "command": ["/home/i78700es/.local/bin/flymcp"],
       "enabled": true
+    },
+    "repomix": {
+      "type": "local",
+      "command": ["npx", "-y", "repomix@latest", "--mcp"],
+      "enabled": true
     }
   }
 }