{
  "name": "telegram",
  "version": "0.1.0",
  "description": "Telegram channel for BLUN: reply/react/edit/download tools plus access management.",
  "license": "MIT",
  "author": { "name": "BLUN" },
  "commands": ["./commands"],
  "mcpServers": {
    "telegram": {
      "transport": "stdio",
      "command": "node",
      "args": ["./dist/mcp-server.mjs"]
    }
  },
  "interface": {
    "displayName": "Telegram Channel",
    "shortDescription": "Bridge Telegram chats into BLUN sessions with reply tools.",
    "developerName": "BLUN"
  }
}
