Explorar el Código

Add repomix MCP server

lc hace 3 semanas
padre
commit
dea990219b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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
     }
   }
 }