diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index 0dc0a493..bacd5a71 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -21,9 +21,16 @@ The DMG installers are signed and notarized by Apple. ### Homebrew +Install the full macOS tray app (signed & notarized, bundles the core server): + +```bash +brew install --cask smart-mcp-proxy/mcpproxy/mcpproxy +``` + +Or install just the headless core CLI (no tray app): + ```bash -brew tap smart-mcp-proxy/mcpproxy -brew install mcpproxy +brew install smart-mcp-proxy/mcpproxy/mcpproxy ```