This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryAdded TELEGRAM_USE_WSS env-var for MTProto over port 443 and graceful handling when it conflicts with a proxy.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Low |
Adds TELEGRAM_USE_WSS env-var to force port 443 for MTProto transport. Adds TELEGRAM_USE_WSS env-var to force port 443 for MTProto transport. Source: llm_adapter@2026-06-04 Confidence: high |
— |
| Bugfix | Medium |
Adds graceful handling when TELEGRAM_USE_WSS and proxy config conflict, logging a warning instead of crashing. Adds graceful handling when TELEGRAM_USE_WSS and proxy config conflict, logging a warning instead of crashing. Source: llm_adapter@2026-06-04 Confidence: high |
— |
Full changelog
Added
-
TELEGRAM_USE_WSSenv-var — set totrueto make gramJS use port443instead of the default80for the MTProto TCPFull transport. Unblocks deployments on VPS/hosting IP ranges where outbound port80to Telegram DC IP blocks is dropped (anti-abuse policy on some shared-VPS providers like Hostinger/OVH), which otherwise hangs the client forever inConnecting to ...:80/TCPFull.... Defaultfalse— existing setups are unaffected.TELEGRAM_USE_WSS=true npx @overpod/mcp-telegram -
Graceful proxy-conflict handling — gramJS cannot combine
useWSSwith a proxy (SSL transport over a proxy is unsupported). When bothTELEGRAM_USE_WSS=trueandTELEGRAM_PROXY_*are set, the conflict is now detected early: a clear warning is logged anduseWSSis ignored (proxy takes precedence), instead of crashing deep insideconnect().
Docs added to README + VitePress site (en/ru/zh).
Contributed by Ivan Ponomarev (@Baho73) via #47, merged in #48.
Full Changelog: https://github.com/mcp-telegram/mcp-telegram/compare/v1.36.5...v1.37.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]