#!/usr/bin/env node /** * Telegram Bot API MCP Server - META MODE * * This mode exposes only 2 tools instead of 161, reducing token usage by ~98%. * * Tools: * - telegram_find: Search for relevant Telegram API tools * - telegram_call: Execute a Telegram API tool * * Usage: * TELEGRAM_BOT_TOKEN="xxx" node build/index-meta.js */ export {}; //# sourceMappingURL=index-meta.d.ts.map