telegram-bot-mcp/mcp_bridge
Mikkel Georgsen 10f6dbbd19 fix: frame inbox messages as tasks with instruction to acknowledge
Claude was just echoing raw text. Now messages include framing:
"[MCP Bridge Task from claude.ai] <message>" with instruction
to acknowledge and begin working.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 12:41:24 +00:00
..
__init__.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00
__main__.py feat: replace custom OAuth with FastMCP built-in OAuthProvider 2026-03-30 11:18:16 +00:00
config.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00
db.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00
mcp_server.py security: protect ingest endpoint with shared secret 2026-03-30 11:47:22 +00:00
models.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00
telegram_bot.py fix: frame inbox messages as tasks with instruction to acknowledge 2026-03-30 12:41:24 +00:00