fromGitHub
1 week agoGitHub - aralroca/telegram-bot-mcp: Telegram Confirmation MCP Bridge
This script ( mcp-server.js) acts as a local proxy. The agent communicates with it via stdio (standard), and the script makes HTTP requests to your Vercel backend, managing the question delivery and the polling (active waiting) for the response. Agent (Local) → calls ask_telegram_confirmation Local Proxy (mcp-server.js) → calls POST /api/confirm on Vercel Vercel → sends a message to the Telegram Bot
Software development