docs: rename MCP search tool heading structured_search -> query#742
Merged
Conversation
The tool was renamed from structured_search to query (per CHANGELOG, at/before 2.1.0) but skills/qmd/references/mcp-setup.md was never updated. The binary and skills/qmd/SKILL.md already use 'query'; this aligns the setup reference. Refs tobi#741
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.
What
Renames the MCP search tool heading in
skills/qmd/references/mcp-setup.mdfromstructured_searchtoquery.Why
The tool was renamed
structured_search→query(documented in the CHANGELOG, present at/before 2.1.0 and still in 2.5.3), but this setup reference was never updated. The binary exposesquery, andskills/qmd/SKILL.mdalready documents it asquery— onlymcp-setup.mdlagged.The parameter shape (
searches[],limit,collection,minScore) is unchanged, so only the heading needed updating.Closes #741