fix: fix tools

This commit is contained in:
Tim
2025-10-28 18:48:32 +08:00
parent a227ac77fb
commit 0ad4f4feff

View File

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