From 102cc055b09f7c06c064159d50223189f5f4823b Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Thu, 7 Aug 2025 11:59:24 -0700 Subject: [PATCH] fix: server name? --- bot/src/modules/ai.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/src/modules/ai.ts b/bot/src/modules/ai.ts index 1012a01..a43b01f 100644 --- a/bot/src/modules/ai.ts +++ b/bot/src/modules/ai.ts @@ -47,7 +47,7 @@ export const ai = async( // eslint-disable-next-line @typescript-eslint/naming-convention -- API requirement mcp_servers: [ { - name: "documentation", + name: "nhcarrigan-mcp", type: "url", url: "https://hikari.nhcarrigan.com/api/mcp", },