fix(docs): three pages said 18 MCP tools, published count is 20 - #40
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
quickstart.mdcontradicted itself in one page: 20 tools in the intro, 18 in a card at the bottom.README.mdandclaude-code.mdhad 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.