From 0ad4f4feff177073e422b9a76871e68ac8018349 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 28 Oct 2025 18:48:32 +0800 Subject: [PATCH] fix: fix tools --- bots/bot_father.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/bot_father.ts b/bots/bot_father.ts index 7c4f1d9ad..c41412fd5 100644 --- a/bots/bot_father.ts +++ b/bots/bot_father.ts @@ -15,7 +15,7 @@ export abstract class BotFather { "mark_notifications_read", // 标记通知为已读 // third-party MCP tools - "weather_mcp_server", // 天气 MCP 工具 + "get_current_weather", // 天气 MCP 工具 ]; protected readonly openisleToken = (process.env.OPENISLE_TOKEN ?? "").trim();