diff --git a/src/mcp/local-tools.js b/src/mcp/local-tools.js index 7ad47e4..b44f4e0 100644 --- a/src/mcp/local-tools.js +++ b/src/mcp/local-tools.js @@ -1336,6 +1336,8 @@ export async function x_client_get_trends() { // ============================================================================ export const toolMap = { + // Internal helper used by xeepy tools in server.js + getPage, // Auth x_login, // Scraping (delegated to scrapers/index.js — single source of truth)