fix: what if we just add a dummy token?

This commit is contained in:
2025-08-07 12:06:51 -07:00
parent 102cc055b0
commit 86720b2db9
+1
View File
@@ -50,6 +50,7 @@ export const ai = async(
name: "nhcarrigan-mcp", name: "nhcarrigan-mcp",
type: "url", type: "url",
url: "https://hikari.nhcarrigan.com/api/mcp", url: "https://hikari.nhcarrigan.com/api/mcp",
authorization_token: "hikari"
}, },
], ],
messages: messages.map((message) => { messages: messages.map((message) => {