When sending messages to Сергій in Telegram, ensure URLs render as clickable hyperlinks.
Why: Сергій copy-pastes lots of URLs to teammates and clicks them himself. Default mcp__plugin_telegram_telegram__reply with format: text does NOT process **bold** markdown — asterisks render as literal characters AND can break the URL detection by Telegram's auto-linker (showing **https://example.com/** as plaintext, not a link). He explicitly called this out 2026-04-28.
How to apply:
**...** or *...* when sending via Telegram default text format. Just paste the URL bare.**, ), :, comma, or other punctuation glued to the URL — Telegram's auto-linker may absorb them into the link target and 404.Examples of what NOT to do (default text format):
**https://example.com/foo** — asterisks visible, URL not clickable(https://example.com/foo) — closing paren ends up in URLhttps://example.com/foo: — colon attached to URLhttps://example.com/foo,next — comma attachedCorrect:
Лінк: https://example.com/foo (newline or end of message after)Перейди на https://example.com/foo щоб побачити... (space after)https://example.com/foo — нічого після, або новий рядокBonus: if you really want a label + URL formatted nicely, the right move is format: "markdownv2" with proper escaping, e.g.:
[підпис](https://example.com/foo) — but only with format: markdownv2 set on the reply call.
For default text format — just paste the bare URL on its own line.