]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore: add Serena MCP server to project OpenCode configuration
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Apr 2026 14:18:27 +0000 (16:18 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 25 Apr 2026 14:18:45 +0000 (16:18 +0200)
.opencode/opencode.jsonc

index 65b423264d1c4c19984dc06d6a345ae146677365..0391ddae5cb7c46465ebd3c85b489ab9e394c3ec 100644 (file)
@@ -5,4 +5,19 @@
       "disabled": true,
     },
   },
+  "mcp": {
+    "serena": {
+      "type": "local",
+      "command": [
+        "uvx",
+        "--from",
+        "git+https://github.com/oraios/serena",
+        "serena",
+        "start-mcp-server",
+        "--context",
+        "ide-assistant"
+      ],
+      "enabled": true
+    },
+  },
 }