]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
chore(opencode): stop Serena MCP from auto-opening the web dashboard (#2066) main
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 4 Aug 2026 21:20:36 +0000 (23:20 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2026 21:20:36 +0000 (23:20 +0200)
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

index 5fd99356fad92872fe98d5fe5a0ba2e8d0ed709a..bdc7530cf4986ea9b830d3656621acb3db22f7bd 100644 (file)
@@ -16,6 +16,8 @@
         "start-mcp-server",
         "--context",
         "ide-assistant",
+        "--open-web-dashboard",
+        "false",
       ],
       "enabled": true,
     },