From 6fe48a7e793972e6fe3ef7c830b7f4c1597da02e Mon Sep 17 00:00:00 2001 From: Roshan Jonnalagadda Date: Thu, 18 Jun 2026 13:28:07 +1000 Subject: [PATCH] Document Homebrew CLI install --- cli/index.mdx | 9 ++++++++- guides/mcp.mdx | 2 +- sdks/index.mdx | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cli/index.mdx b/cli/index.mdx index a45acfc..d1c8598 100644 --- a/cli/index.mdx +++ b/cli/index.mdx @@ -6,6 +6,7 @@ keywords: "Sendmux CLI", "@sendmux/cli", "sendmux", + "Homebrew", "profiles", "Management API", "Mailbox API", @@ -22,7 +23,13 @@ Use the `sendmux` CLI when you want terminal access to the same Management, Mail ## Install -Install the CLI from npm. +Install the CLI with Homebrew on macOS or Linux. + +```bash +brew install sendmux/tap/sendmux +``` + +You can also install it from npm. ```bash npm install -g @sendmux/cli diff --git a/guides/mcp.mdx b/guides/mcp.mdx index 2c3e851..c0f5d87 100644 --- a/guides/mcp.mdx +++ b/guides/mcp.mdx @@ -227,7 +227,7 @@ The endpoint defaults to `/mcp`. `/health` returns the selected surfaces. HTTP m Use package-managed clients from application code. - Run the same product surfaces from your terminal. + Install the CLI with Homebrew or npm when you need terminal access. Create scoped credentials for local MCP setups. diff --git a/sdks/index.mdx b/sdks/index.mdx index 1e600e0..748a8cc 100644 --- a/sdks/index.mdx +++ b/sdks/index.mdx @@ -48,7 +48,7 @@ Use an umbrella package when one application needs more than one API surface. Us - Run Sendmux management, mailbox, and sending commands from your terminal. + Install the Sendmux CLI with Homebrew or npm for terminal workflows. Connect AI tools to Sendmux docs and authorised product tools.