This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryAll tools accepting chatId now support resolution by display name using a smart fallback mechanism.
Full changelog
Chat Resolution by Display Name (#7)
All tools that accept chatId now support display names in addition to numeric IDs and @usernames.
Problem
Previously, groups without usernames could only be found by numeric chat ID (e.g. -5038936120). Passing a display name like "AI team" resulted in:
Error: Cannot find any entity corresponding to "AI team"
Solution
Added resolveChat() — a smart fallback that searches the user's dialog list when direct resolution fails:
- Direct resolve — numeric ID, @username, phone (instant, as before)
- Exact match — searches dialogs for an exact title match (case-insensitive)
- Partial match — if exactly one dialog contains the query, uses it
- Multiple matches — returns a disambiguation list with IDs:
Multiple chats match "team". Use the numeric ID instead: AI Team (1234567890) Dev Team (9876543210) - No match — suggests using
telegram-search-chatsto find the chat
Scope
All tools that accept chatId are covered: read-messages, send-message, search-messages, get-chat-info, get-chat-members, edit-group, pin-message, invite-to-group, kick-user, ban-user, set-admin, and all others.
Notes
- Dialog search fetches up to 100 recent dialogs
- For chats not in your recent dialogs, use
telegram-search-chatsfirst to get the numeric ID - Numeric IDs and @usernames still work as before (no performance impact)
Full Changelog: https://github.com/overpod/mcp-telegram/compare/v1.16.0...v1.17.0
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About overpod/mcp-telegram
Telegram MCP server via MTProto/GramJS — 20 tools for reading chats, searching messages, downloading media, managing contacts. QR code login, npx zero-install. Hosted version at mcp-telegram.com.
Related context
Beta — feedback welcome: [email protected]