Add Telegram album sending tool - #127
Conversation
|
@JosXa, thank you for the contribution! Could I please ask you to fix the black formatting so the CI tests will pass? Thank you! |
|
Tested this approach end-to-end and it works great — sent a real 9-photo album to a public group via Telethon's One small thought for consideration: instead of (or in addition to) a separate |
|
Thanks @konser80 — I incorporated your suggestion: Also addressed the earlier formatting/CI concern from @chigwell. Verification performed locally:
|
Add Telegram album sending tool
Summary
Adds a
send_albummedia tool that sends 2-10 local files as a single Telegram media group while reusing the existing allowed-root file validation used bysend_file.Testing
PYTHONPATH=/projects/telegram-mcp.worktrees/send-album /projects/telegram-mcp/.venv/bin/python -m pytest /projects/telegram-mcp.worktrees/send-album/tests/test_media_album.py