feat: add Homebrew formula for telegram-mcp
This commit is contained in:
parent
7c2bfdc133
commit
59e8d90b89
1 changed files with 19 additions and 1 deletions
|
|
@ -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"
|
||||
|
||||
Loading…
Reference in a new issue