Changelog
- 🐛 messages: chunk reply-parent lookups, and document the reply surface (#110)
- 🔄 site: split the README into an MkDocs Material site on GitHub Pages (#106)
- ✨ messages: bulk-read ergonomics — auto-pagination, date range, output format (#104)
- 🐛 telegram: resolve numeric channel IDs beyond the warm window (#103)
- ✨ subscriptions: push resource updates for subscribed chats (#102)
- ✨ observability: --version, --log-level, and FLOOD_WAIT logging (#101)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:v1.3.0Verify the Container
cosign verify \
ghcr.io/lexfrei/mcp-tg:v1.3.0 \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.comVerify the Binaries
The checksums file is signed; the archives are covered by it. Needs cosign v3+ (the bundle format).
cosign verify-blob checksums.txt \
--bundle checksums.txt.bundle \
--certificate-identity-regexp='^https://github.com/lexfrei/mcp-tg/\.github/workflows/release\.yml@refs/tags/v' \
--certificate-oidc-issuer=https://token.actions.githubusercontent.com
shasum --algorithm 256 --check --ignore-missing checksums.txt # sha256sum on Linux