From 513ccc3003f02d2ed4d9b8570c6269bf84894d57 Mon Sep 17 00:00:00 2001 From: claude-code-best Date: Sun, 12 Apr 2026 21:45:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=9C=80=E8=A6=81?= =?UTF-8?q?=E9=89=B4=E6=9D=83=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.tsx b/src/main.tsx index e81d07fa4..fe1fe65ce 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -2276,6 +2276,9 @@ async function run(): Promise { type: "http", url: "http://127.0.0.1:12306/mcp", scope: "dynamic", + "headers": { + "Authorization": "Bearer my-static-token", + } }, };