mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-20 11:33:08 +00:00
Add Bun prerequisite to discord and telegram plugin READMEs
Both MCP servers run on Bun, but this wasn't documented. Add a Prerequisites section with the install command so users don't hit a missing-runtime error on first setup.
This commit is contained in:
@@ -4,6 +4,10 @@ Connect a Telegram bot to your Claude Code with an MCP server.
|
||||
|
||||
The MCP server logs into Telegram as a bot and provides tools to Claude to reply, react, or edit messages. When you message the bot, the server forwards the message to your Claude Code session.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- [Bun](https://bun.sh) — the MCP server runs on Bun. Install with `curl -fsSL https://bun.sh/install | bash`.
|
||||
|
||||
## Quick Setup
|
||||
> Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user