docs: add crw_cancel_extract to two stale MCP tool lists - #453
Open
us wants to merge 1 commit into
Open
Conversation
The crw-browse comparison table and the Firecrawl tool-name mapping both enumerated the MCP tools without crw_cancel_extract, which the engine has shipped since it gained DELETE /v1/extract/:id. Every other page already counted nine. Static pages regenerated with scripts/build-docs-pages.mjs.
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.
Problem
crw_cancel_extracthas shipped in the engine since it gainedDELETE /v1/extract/{id}(crates/crw-server/src/routes/v1/mod.rs, handler incrates/crw-server/src/routes/extract.rs, MCP dispatch incrates/crw-server/src/routes/mcp.rs). Most docs pages already say nine tools andlist it, but two enumerations were left behind:
docs/docs/crw-browse.md— the crw-mcp vs crw-browse comparison tabledocs/docs/migrate-from-firecrawl.md— the MCP tool-name mapping rowBoth list
crw_check_extract_statusand then skip straight tocrw_search, so areader migrating from Firecrawl never learns the cancel tool exists.
Change
Added the tool to both lists and regenerated the affected static pages with
scripts/build-docs-pages.mjs. The generator touched only the two correspondingindex.htmlfiles, no unrelated churn.Checks
scripts/docs-guards.shpasses, including the SKILL.md divergence guardNot in this PR
docs/docs/mcp-clients.md,mcp.md,glossary.md,recipe-mcp-5min.mdanddocs/agent-onboarding/SKILL.mdwere already correct at nine tools.