You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Documents the submit_feedback tool that is now available on every site's search MCP server, alongside the existing search and query docs filesystem tools.
Changes
Update the MCP tools section in ai/model-context-protocol.mdx to list three tools instead of two, with a description of what submit_feedback does and when agents call it.
Mirror the same change in the Spanish, French, and Chinese translations.
Context
The feedback tool was previously gated to a single subdomain and has now been rolled out to every docs site, so the page-level guidance that the server provides "two tools" is no longer accurate. The new tool lets connected agents report an incorrect, outdated, or confusing page back to the docs team; it is the only write path on the otherwise read-only server.
Note
Low Risk
Documentation-only changes to MCP tool descriptions; no application or API code modified.
Overview
Updates the MCP tools section on the search MCP page so it matches the product: the hosted server now advertises three tools, not two.
Adds Submit feedback alongside Search and Query docs filesystem—agents can report incorrect, outdated, confusing, or incomplete pages (page path + description), recorded as unhelpful feedback for the docs team. The copy clarifies this is the only write capability on an otherwise read-only server. The example agent flow now includes calling submit feedback when a problem is found while reading pages.
The same edits are mirrored in the Spanish (es), French (fr), and Chinese (zh) model-context-protocol.mdx translations.
Reviewed by Cursor Bugbot for commit 6522daa. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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.
Summary
Documents the
submit_feedbacktool that is now available on every site's search MCP server, alongside the existing search and query docs filesystem tools.Changes
ai/model-context-protocol.mdxto list three tools instead of two, with a description of whatsubmit_feedbackdoes and when agents call it.Context
The feedback tool was previously gated to a single subdomain and has now been rolled out to every docs site, so the page-level guidance that the server provides "two tools" is no longer accurate. The new tool lets connected agents report an incorrect, outdated, or confusing page back to the docs team; it is the only write path on the otherwise read-only server.
Note
Low Risk
Documentation-only changes to MCP tool descriptions; no application or API code modified.
Overview
Updates the MCP tools section on the search MCP page so it matches the product: the hosted server now advertises three tools, not two.
Adds Submit feedback alongside Search and Query docs filesystem—agents can report incorrect, outdated, confusing, or incomplete pages (page path + description), recorded as unhelpful feedback for the docs team. The copy clarifies this is the only write capability on an otherwise read-only server. The example agent flow now includes calling submit feedback when a problem is found while reading pages.
The same edits are mirrored in the Spanish (
es), French (fr), and Chinese (zh)model-context-protocol.mdxtranslations.Reviewed by Cursor Bugbot for commit 6522daa. Bugbot is set up for automated code reviews on this repo. Configure here.