Changelog
- 🐛 tools: stop reporting an unverifiable count from tg_messages_delete (#159)
- ✨ tools: let tg_messages_delete reach the scheduled queue (#156)
- ✨ config: replace MCP roots with the TELEGRAM_FILE_ROOTS allowlist (#133)
- 🔄 install: lead with two-command setup and add agent setup page (#135)
Container Image
docker pull ghcr.io/lexfrei/mcp-tg:v1.4.0Verify the Container
cosign verify \
ghcr.io/lexfrei/mcp-tg:v1.4.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