Skip to content

docs: add crw_cancel_extract to two stale MCP tool lists - #453

Open
us wants to merge 1 commit into
mainfrom
docs/mcp-cancel-extract-lists
Open

docs: add crw_cancel_extract to two stale MCP tool lists#453
us wants to merge 1 commit into
mainfrom
docs/mcp-cancel-extract-lists

Conversation

@us

@us us commented Aug 21, 2026

Copy link
Copy Markdown
Owner

Problem

crw_cancel_extract has shipped in the engine since it gained
DELETE /v1/extract/{id} (crates/crw-server/src/routes/v1/mod.rs, handler in
crates/crw-server/src/routes/extract.rs, MCP dispatch in
crates/crw-server/src/routes/mcp.rs). Most docs pages already say nine tools and
list it, but two enumerations were left behind:

  • docs/docs/crw-browse.md — the crw-mcp vs crw-browse comparison table
  • docs/docs/migrate-from-firecrawl.md — the MCP tool-name mapping row

Both list crw_check_extract_status and then skip straight to crw_search, so a
reader 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 corresponding
index.html files, no unrelated churn.

Checks

  • scripts/docs-guards.sh passes, including the SKILL.md divergence guard
  • No Rust touched, so the pre-commit cargo gate is skipped by design

Not in this PR

docs/docs/mcp-clients.md, mcp.md, glossary.md, recipe-mcp-5min.md and
docs/agent-onboarding/SKILL.md were already correct at nine tools.

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.
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