mirror of
https://github.com/tiennm99/telegram-mcp.git
synced 2026-04-17 13:21:45 +00:00
implement MCP connector with Streamable HTTP transport
Replaces simple Telegram forwarder with a proper MCP server deployable to Cloudflare Workers and connectable from Claude.ai web interface.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
name = "telegram-mcp"
|
||||
main = "index.js"
|
||||
compatibility_date = "2026-01-01"
|
||||
|
||||
# Required secrets (set via: wrangler secret put <NAME>):
|
||||
# TELEGRAM_TOKEN — your bot token from @BotFather
|
||||
# TELEGRAM_CHAT_ID — target chat/group ID
|
||||
# MCP_SECRET — optional bearer token for auth
|
||||
|
||||
Reference in New Issue
Block a user