From 86720b2db9adc36ade9239234c73fbea8b6aa50e Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 7 Aug 2025 12:06:51 -0700 Subject: [PATCH] fix: what if we just add a dummy token? --- bot/src/modules/ai.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/bot/src/modules/ai.ts b/bot/src/modules/ai.ts index a43b01f..895e723 100644 --- a/bot/src/modules/ai.ts +++ b/bot/src/modules/ai.ts @@ -50,6 +50,7 @@ export const ai = async( name: "nhcarrigan-mcp", type: "url", url: "https://hikari.nhcarrigan.com/api/mcp", + authorization_token: "hikari" }, ], messages: messages.map((message) => {