From: Jérôme Benoit Date: Sat, 25 Apr 2026 14:18:27 +0000 (+0200) Subject: chore: add Serena MCP server to project OpenCode configuration X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=1173e8ec010b3456d73b8f2f3175574f8c3d0247;p=e-mobility-charging-stations-simulator.git chore: add Serena MCP server to project OpenCode configuration --- diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 65b42326..0391ddae 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -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 + }, + }, }