From f6370d538aa05d06b578046260e08665cf9a481d Mon Sep 17 00:00:00 2001 From: xnoto Date: Wed, 3 Jun 2026 10:05:38 -0600 Subject: [PATCH] fix: force bun to use its own runtime --- opencode.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opencode.json b/opencode.json index 0f18e33..f22fb5d 100644 --- a/opencode.json +++ b/opencode.json @@ -200,6 +200,7 @@ "type": "local", "command": [ "bunx", + "--bun", "mcp-remote", "https://mcp.linear.app/mcp" ], @@ -209,6 +210,7 @@ "type": "local", "command": [ "bunx", + "--bun", "mcp-remote", "https://mcp.notion.com/sse" ],