From b78b16597dc73dd5ec499b60701c9bf082875294 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Tue, 4 Aug 2026 23:20:36 +0200 Subject: [PATCH] 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. --- .opencode/opencode.jsonc | 2 ++ 1 file changed, 2 insertions(+) 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, }, -- 2.53.0