From: Jérôme Benoit Date: Tue, 4 Aug 2026 21:20:36 +0000 (+0200) Subject: chore(opencode): stop Serena MCP from auto-opening the web dashboard (#2066) X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=refs%2Fheads%2Fmain;p=e-mobility-charging-stations-simulator.git chore(opencode): stop Serena MCP from auto-opening the web dashboard (#2066) Pass --open-web-dashboard false to serena start-mcp-server in .opencode/opencode.jsonc so the dashboard is not opened in a browser on every OpenCode startup. --- diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 5fd99356..bdc7530c 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -16,6 +16,8 @@ "start-mcp-server", "--context", "ide-assistant", + "--open-web-dashboard", + "false", ], "enabled": true, },