#!/usr/bin/env node /** * Telegram Bot API MCP Server * * This server exposes the complete Telegram Bot API as MCP tools. * * Features: * - All 162 Telegram Bot API methods * - Structured logging * - Rate limiting * - Automatic retries * - Configuration via environment variables */ export {}; //# sourceMappingURL=index.d.ts.map