From e7b92cd89b87bd71cac0760748acc4c96993c317 Mon Sep 17 00:00:00 2001 From: vp Date: Tue, 24 Feb 2026 22:21:08 +0300 Subject: [PATCH] docs: restore GIF tools removal note in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 97a0b33..6e35157 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,8 @@ Example server launch with allowlisted roots: uv --directory /full/path/to/telegram-mcp run main.py /data/telegram /tmp/telegram-mcp ``` +Additionally, GIF-related tools (`get_gif_search`, `get_saved_gifs`, `send_gif`) have been removed due to ongoing issues with reliability in the Telethon library or Telegram API interactions. + --- ## 📋 Requirements