File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,29 @@ archives:
4242 - goos : windows
4343 formats : [zip]
4444
45+ brews :
46+ - name : mcpd
47+ repository :
48+ owner : mozilla-ai
49+ name : homebrew-mcpd
50+ homepage : https://github.com/mozilla-ai/mcpd
51+ description : >
52+ A tool to declaratively manage Model Context Protocol (MCP) servers,
53+ providing a consistent interface to define and run tools across environments,
54+ from local development to containerized cloud deployments.
55+ license : Apache-2.0
56+ directory : Formula
57+ # Only build for macOS and Linux (Homebrew standard)
58+ ids :
59+ - default
60+ # Test installation
61+ test : |
62+ system "#{bin}/mcpd --version"
63+ # Install shell completions
64+ extra_install : |
65+ bash_completion.install Utils.safe_popen_read("#{bin}/mcpd", "completion", "bash")
66+ zsh_completion.install Utils.safe_popen_read("#{bin}/mcpd", "completion", "zsh")
67+
4568changelog :
4669 disable : true
4770
You can’t perform that action at this time.
0 commit comments