Skip to content

docs: fix outdated Homebrew install instructions#547

Merged
Dumbris merged 1 commit into
mainfrom
docs/brew-cask-oneliner
May 30, 2026
Merged

docs: fix outdated Homebrew install instructions#547
Dumbris merged 1 commit into
mainfrom
docs/brew-cask-oneliner

Conversation

@Dumbris

@Dumbris Dumbris commented May 30, 2026

Copy link
Copy Markdown
Member

The Installation page on docs.mcpproxy.app showed a deprecated two-step Homebrew flow:

brew tap smart-mcp-proxy/mcpproxy
brew install mcpproxy

This:

  • Collapses it to the one-line tap/repo/formula shorthand (auto-taps smart-mcp-proxy/homebrew-mcpproxy).
  • Splits the cask (full macOS tray app — signed & notarized, bundles the core) from the formula (headless core CLI), matching what release.yml actually publishes (Casks/mcpproxy.rb + Formula/mcpproxy.rb).
# macOS tray app
brew install --cask smart-mcp-proxy/mcpproxy/mcpproxy
# headless core CLI
brew install smart-mcp-proxy/mcpproxy/mcpproxy

The brew section showed a deprecated two-step 'brew tap' + 'brew install'
form. Collapse to the one-line tap/repo/formula shorthand and split into
the cask (full macOS tray app) vs the formula (headless core CLI), matching
what release.yml actually publishes (Casks/mcpproxy.rb + Formula/mcpproxy.rb).
@cloudflare-workers-and-pages

Copy link
Copy Markdown

Deploying mcpproxy-docs with  Cloudflare Pages  Cloudflare Pages

Latest commit: bbb3fd2
Status: ✅  Deploy successful!
Preview URL: https://bf214e5f.mcpproxy-docs.pages.dev
Branch Preview URL: https://docs-brew-cask-oneliner.mcpproxy-docs.pages.dev

View logs

@codecov-commenter

Copy link
Copy Markdown

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions

Copy link
Copy Markdown

📦 Build Artifacts

Workflow Run: View Run
Branch: docs/brew-cask-oneliner

Available Artifacts

  • archive-darwin-amd64 (28 MB)
  • archive-darwin-arm64 (25 MB)
  • archive-linux-amd64 (16 MB)
  • archive-linux-arm64 (14 MB)
  • archive-windows-amd64 (27 MB)
  • archive-windows-arm64 (24 MB)
  • frontend-dist-pr (0 MB)
  • installer-dmg-darwin-amd64 (21 MB)
  • installer-dmg-darwin-arm64 (19 MB)

How to Download

Option 1: GitHub Web UI (easiest)

  1. Go to the workflow run page linked above
  2. Scroll to the bottom "Artifacts" section
  3. Click on the artifact you want to download

Option 2: GitHub CLI

gh run download 26674768670 --repo smart-mcp-proxy/mcpproxy-go

Note: Artifacts expire in 14 days.

@Dumbris Dumbris merged commit 09aa250 into main May 30, 2026
29 checks passed
@Dumbris Dumbris deleted the docs/brew-cask-oneliner branch May 30, 2026 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants