This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryTelegramService library export adds TypeScript declarations.
Full changelog
What's New
Library exports & TypeScript declarations
TelegramService is now exported as a library, making it easy to use as a dependency in other projects (e.g. hosted MCP servers):
import { TelegramService } from "@overpod/mcp-telegram";
const telegram = new TelegramService(apiId, apiHash);
await telegram.connect(sessionString);
- Full TypeScript declaration files (
.d.ts) included in the package - All public methods and types are properly exported
Resilient session persistence
saveSession() now gracefully handles file write errors (e.g. read-only filesystem in Docker containers) instead of crashing. Essential for serverless and containerized deployments where the session is managed externally.
Full Changelog: https://github.com/overpod/mcp-telegram/compare/v1.1.1...v1.2.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]