From 83bf8c1d5ee2c147b5b25c81603697ee61d54669 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Tue, 28 Oct 2025 15:59:57 +0800 Subject: [PATCH] Fix hosted MCP auth header collision --- bots/bot_father.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/bots/bot_father.ts b/bots/bot_father.ts index 2eabeb545..ca6b0fc1d 100644 --- a/bots/bot_father.ts +++ b/bots/bot_father.ts @@ -69,7 +69,6 @@ export abstract class BotFather { const token = this.openisleToken; const authConfig = token ? { - authorization: `Bearer ${token}`, headers: { Authorization: `Bearer ${token}`, },