Skip to content

fix(docs): three pages said 18 MCP tools, published count is 20 - #40

Merged
VickyXAI merged 1 commit into
mainfrom
fix/stale-mcp-tool-count
Aug 11, 2026
Merged

fix(docs): three pages said 18 MCP tools, published count is 20#40
VickyXAI merged 1 commit into
mainfrom
fix/stale-mcp-tool-count

Conversation

@VickyXAI

Copy link
Copy Markdown
Contributor

quickstart.md contradicted itself in one page: 20 tools in the intro, 18 in a card at the bottom. README.md and claude-code.md had the same stale 18. Published value is 20.

The sweep matched none of them: it looks for a number followed by the claim word, and 18 \blockrun_*` tools` has an inline-code span in between, so the number read as unattached. Widened by one short token in blockrun — and that widening is what found the two pages I had missed reading by hand.

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.
@VickyXAI
VickyXAI merged commit c6c9ff8 into main Aug 11, 2026
1 check passed
@VickyXAI
VickyXAI deleted the fix/stale-mcp-tool-count branch August 11, 2026 16:02
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.

1 participant