feat: add Homebrew formula for telegram-mcp

This commit is contained in:
John Doe 2025-04-08 17:11:20 +03:00
parent 7c2bfdc133
commit 59e8d90b89

View file

@ -40,3 +40,21 @@ changelog:
checksum:
name_template: '{{ .ProjectName }}_{{ .Version }}_checksums.txt'
algorithm: sha256
brews:
- name: telegram-mcp
homepage: "https://github.com/chaindead/telegram-mcp"
description: "Telegram MCP server for AI assistants"
license: "MIT"
dependencies:
- name: go
type: build
repository:
owner: chaindead
name: homebrew-tap
token: "{{ .Env.PERSONAL_AUTH_TOKEN }}"
install: |
bin.install "telegram-mcp"
test: |
system "#{bin}/telegram-mcp", "--version"