plugin.json 655 B

1234567891011121314151617181920
  1. {
  2. "name": "telegram",
  3. "description": "Telegram channel for Claude Code \u2014 messaging bridge with built-in access control. Manage pairing, allowlists, and policy via /telegram:access.",
  4. "version": "0.0.8",
  5. "keywords": [
  6. "telegram",
  7. "messaging",
  8. "channel",
  9. "mcp"
  10. ],
  11. "userConfig": {
  12. "TELEGRAM_BOT_TOKEN": {
  13. "type": "string",
  14. "title": "Bot Token",
  15. "description": "Bot token from @BotFather — format is 123456789:AAH... Stored in keychain (macOS) or ~/.claude/.credentials.json with 0600 permissions elsewhere. Never written to settings.json.",
  16. "required": true,
  17. "sensitive": true
  18. }
  19. }
  20. }