docs(brand): reframe residual "LLM gateway" in mcp.mdx → AI Gateway

Follow-up: this line existed only on the remote lineage (not local main),
so it wasn't covered by the prior brand pass.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
zeekay
2026-07-24 12:56:42 -07:00
co-authored by Claude Opus 4.8
parent 2814be8ac4
commit 1f7d114942
+1 -1
View File
@@ -17,7 +17,7 @@ claude mcp add hanzo -- npx -y @hanzo/mcp serve
That one command exposes the full surface:
- **13 unified tools** — `fs`, `exec`, `code`, `git`, `fetch`, `workspace`, `ui`, plus optional `think`, `memory`, `hanzo`, `plan`, `tasks`, `mode`. One action-routed tool per capability (HIP-0300), so the client sees a small, stable set instead of hundreds of overlapping names.
- **Cloud services** — the `hanzo` tool routes to your platform natively: IAM (identity), Commerce, Storage, and the LLM gateway at `api.hanzo.ai/v1`, authenticated with your token.
- **Cloud services** — the `hanzo` tool routes to your platform natively: IAM (identity), Commerce, Storage, and the AI Gateway at `api.hanzo.ai/v1`, authenticated with your token.
- **Your connectors** — GitHub, Slack, Google, Discord, X, and more, surfaced through the same connection once linked in the console.
The same surface ships three ways — TypeScript (`@hanzo/mcp`), Python (`hanzo-mcp` on PyPI), and Rust (`hanzo-mcp::brain`) — mirrored 1-to-1, over the MCP **stdio** and **streamable-http** transports.