telegram-bot-mcp/mcp_bridge
Mikkel Georgsen 494bb510d3 feat: add ingest API + health endpoint, fix bot-to-bot logging
Telegram bots can't see messages from other bots in groups. Added:
- POST /api/ingest - local services log messages into bridge DB
- GET /api/health - status check endpoint
- Fixed post_init not running (manual init lifecycle)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-30 08:39:44 +00:00
..
__init__.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00
__main__.py feat: add ingest API + health endpoint, fix bot-to-bot logging 2026-03-30 08:39:44 +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 feat: add ingest API + health endpoint, fix bot-to-bot logging 2026-03-30 08:39:44 +00:00
models.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00
telegram_bot.py feat: MCP bridge - Telegram group logger + FastMCP HTTP server 2026-03-29 23:56:05 +00:00