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();