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", + } }, };