From 3ad4ae817d3427b8b037fe55b21cbc7bf6840032 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Tue, 11 Aug 2026 11:02:08 -0500 Subject: [PATCH] fix(docs): three pages said 18 MCP tools; the published count is 20 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit quickstart.md contradicted itself inside one page — "all 20 tools" in the intro, "18 blockrun_* tools" in a card at the bottom. README.md and claude-code.md carried the same stale 18. The sweep could not see any of them. It matches a number followed by the claim word, and an inline-code span sat in between, so "18 `blockrun_*` tools" read as a number with no claim attached. Widening the pattern by one short token (landing with this in blockrun) turned up the two pages I had not noticed by hand. --- docs/README.md | 2 +- docs/getting-started/claude-code.md | 2 +- docs/getting-started/quickstart.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index a987382..a9b527b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -42,7 +42,7 @@ Franklin — the AI agent with a wallet. Writes code and spends USDC across 71 m ::: :::card{title="I use Claude Code / Cursor" href="getting-started/quickstart.md" icon="Terminal"} -One MCP install adds 18 `blockrun_*` tools to your assistant. Best for Claude Code, Cursor, and other MCP clients. +One MCP install adds 20 `blockrun_*` tools to your assistant. Best for Claude Code, Cursor, and other MCP clients. ::: :::card{title="I'm building an agent / backend" href="getting-started/sdk-developers.md" icon="Code"} diff --git a/docs/getting-started/claude-code.md b/docs/getting-started/claude-code.md index f461ff2..9e40141 100644 --- a/docs/getting-started/claude-code.md +++ b/docs/getting-started/claude-code.md @@ -174,7 +174,7 @@ For more help, see [MCP Troubleshooting](../mcp/troubleshooting.md). ::::cards :::card{title="Browse the MCP tools" href="../mcp/blockrun-mcp.md" icon="Boxes"} -The full list of 18 `blockrun_*` tools — chat, image, video, search, markets, RPC, and more. +The full list of 20 `blockrun_*` tools — chat, image, video, search, markets, RPC, and more. ::: :::card{title="Generate images" href="../products/creation/nano-banana.md" icon="Image"} diff --git a/docs/getting-started/quickstart.md b/docs/getting-started/quickstart.md index 5e77d7b..bcd425e 100644 --- a/docs/getting-started/quickstart.md +++ b/docs/getting-started/quickstart.md @@ -94,7 +94,7 @@ If a call returns `402 Payment Required` after retrying, your wallet is empty or ::::cards :::card{title="Browse all tools" href="../mcp/blockrun-mcp.md" icon="Boxes"} -The full list of 18 `blockrun_*` tools — chat, image, video, search, markets, RPC, and more. +The full list of 20 `blockrun_*` tools — chat, image, video, search, markets, RPC, and more. ::: :::card{title="Explore the models" href="../products/intelligence/overview.md" icon="Brain"}