From 1173e8ec010b3456d73b8f2f3175574f8c3d0247 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 25 Apr 2026 16:18:27 +0200 Subject: [PATCH] chore: add Serena MCP server to project OpenCode configuration --- .opencode/opencode.jsonc | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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 + }, + }, } -- 2.43.0