mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-30 22:47:41 +08:00
fix: fix tools
This commit is contained in:
@@ -15,7 +15,7 @@ export abstract class BotFather {
|
|||||||
"mark_notifications_read", // 标记通知为已读
|
"mark_notifications_read", // 标记通知为已读
|
||||||
|
|
||||||
// third-party MCP tools
|
// third-party MCP tools
|
||||||
"weather_mcp_server", // 天气 MCP 工具
|
"get_current_weather", // 天气 MCP 工具
|
||||||
];
|
];
|
||||||
|
|
||||||
protected readonly openisleToken = (process.env.OPENISLE_TOKEN ?? "").trim();
|
protected readonly openisleToken = (process.env.OPENISLE_TOKEN ?? "").trim();
|
||||||
|
|||||||
Reference in New Issue
Block a user