MCP-Communicator-Telegram
Summary
The MCP Communicator (Telegram) project provides a server that facilitates interaction with users through a Telegram bot. It allows users to ask questions, send notifications, share files, and create project archives directly via Telegram, making it a versatile tool for communication and project management. The server supports asynchronous response handling, ensuring that messages are tracked and logged securely. This tool is particularly useful for developers or teams that need to engage with users or stakeholders in real-time through Telegram, leveraging its robust messaging capabilities for efficient communication.
Available Actions(4)
ask_user
Asks a question to the user via Telegram and waits for their response. Parameters: question (string) - The question to ask the user.
notify_user
Sends a notification message to the user via Telegram (no response required). Parameters: message (string) - The message to send to the user.
send_file
Sends a file to the user via Telegram. Parameters: filePath (string) - The path to the file to send.
zip_project
Creates a zip file of a project directory (respecting .gitignore patterns) and sends it to the user via Telegram. Parameters: directory (string, optional) - Directory to zip (defaults to current working directory).
Recensioni della Community
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione