From a2a80a1744f9ec74afdbfa50697cdedfd6157e53 Mon Sep 17 00:00:00 2001 From: agent Date: Tue, 7 Apr 2026 11:16:44 +0800 Subject: [PATCH] =?UTF-8?q?fix(dashboard):=20=E4=BF=AE=E6=AD=A3=20OpenCode?= =?UTF-8?q?=20MCP=20=E9=85=8D=E7=BD=AE=EF=BC=8C=E7=A7=BB=E9=99=A4=20enable?= =?UTF-8?q?d=20=E5=AD=97=E6=AE=B5=E3=80=81=E6=B7=BB=E5=8A=A0=20oauth:=20fa?= =?UTF-8?q?lse?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crates/secrets-mcp/templates/dashboard.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/secrets-mcp/templates/dashboard.html b/crates/secrets-mcp/templates/dashboard.html index dc72778..1ec63bb 100644 --- a/crates/secrets-mcp/templates/dashboard.html +++ b/crates/secrets-mcp/templates/dashboard.html @@ -581,12 +581,12 @@ function buildSecretsConfigText(apiKey, encKey) { function buildOpencodeEntry(apiKey, encKey) { return { type: 'remote', - enabled: true, url: BASE_URL + '/mcp', headers: { 'Authorization': 'Bearer ' + apiKey, 'X-Encryption-Key': encKey - } + }, + oauth: false }; }