docs: remove undocumented MCP search parameters#5748
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit af0e88d. Configure here.
| @@ -0,0 +1,3 @@ | |||
| Removes `pageSize` and `scoreThreshold` from the MCP search parameters section. Per Dens, these params apply only to the search API, not the MCP search tool. `version` and `language` filters remain documented. | |||
|
|
|||
| Updated across `en`, `es`, `fr`, and `zh`. No newline at end of file | |||
There was a problem hiding this comment.
PR description file accidentally committed to repository
Low Severity
The .pr-body.md file containing the PR description text was committed to the repository. It's not referenced by any config or navigation and appears to be a scratch file used to draft the PR body. It doesn't belong in the documentation source tree.
Reviewed by Cursor Bugbot for commit af0e88d. Configure here.
dino475
approved these changes
May 11, 2026
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.


Removes
pageSizeandscoreThresholdfrom the MCP search parameters section. Per Dens, these params apply only to the search API, not the MCP search tool.versionandlanguagefilters remain documented.Updated across
en,es,fr, andzh.Note
Low Risk
Low risk documentation-only change that removes misleading parameter docs and clarifies when remaining filters apply.
Overview
Updates the MCP documentation to remove
pageSizeandscoreThresholdfrom the MCP search tool parameters, since they apply only to the separate search API.Clarifies that the remaining
versionandlanguagefilters are only available when a site has multiple versions/languages, and applies these edits acrossen,es,fr, andzh.Reviewed by Cursor Bugbot for commit edf6d0a. Bugbot is set up for automated code reviews on this repo. Configure here.