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
Updates the search MCP server doc to reflect the dashboard restructure: hosted MCP authentication settings (OAuth redirect URIs and client credentials) are now configured under Settings → Security & access → MCP instead of the old MCP server page tabs, and the separate enable toggle no longer exists.
Changes
Replaced references to the legacy MCP server page (with Hosted MCP / Admin MCP tabs and the Enable MCP Server toggle) with the new Settings → Security & access → MCP path.
Clarified that the hosted MCP server is enabled automatically when site authentication is configured.
Updated the create-credential flow to match the new Generate button and one-time Secret generated dialog.
Replaced the "find your MCP URL in the dashboard" steps in each AI tool tab with the canonical /mcp and /authed/mcp URL patterns.
Mirrored all updates across es, fr, and zh translations.
Context
Documents UI changes from mintlify/mint#8724.
Note
Low Risk
Documentation-only changes with no runtime or security logic; risk is limited to readers following outdated dashboard paths if the product UI diverges further.
Overview Docs-only update to the Search MCP page(s) to match the dashboard restructure (mintlify/mint#8724).
Hosted MCP configuration is now described under Settings → Security & access → MCP instead of the legacy MCP server product page (Hosted MCP / Admin MCP tabs). The doc states that hosted MCP turns on automatically when site authentication is configured and removes the Enable MCP Server toggle step. OAuth setup is reframed around Allowed OAuth redirect URIs; client credentials use Generate and the one-time Secret generated dialog. Dashboard screenshots for the old MCP page are removed, and a Note explains when the MCP settings page appears.
AI tool connection steps no longer send readers to the dashboard for the URL—they use the canonical pattern https://your-docs.com/mcp (or /authed/mcp when auth is required). The same edits are mirrored in es, fr, and zh.
Reviewed by Cursor Bugbot for commit 8cb51a7. Bugbot is set up for automated code reviews on this repo. Configure here.
💡 Tip: Enable Workflows to automatically generate PRs for you.
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
Updates the search MCP server doc to reflect the dashboard restructure: hosted MCP authentication settings (OAuth redirect URIs and client credentials) are now configured under Settings → Security & access → MCP instead of the old MCP server page tabs, and the separate enable toggle no longer exists.
Changes
Enable MCP Servertoggle) with the new Settings → Security & access → MCP path./mcpand/authed/mcpURL patterns.es,fr, andzhtranslations.Context
Documents UI changes from mintlify/mint#8724.
Note
Low Risk
Documentation-only changes with no runtime or security logic; risk is limited to readers following outdated dashboard paths if the product UI diverges further.
Overview
Docs-only update to the Search MCP page(s) to match the dashboard restructure (mintlify/mint#8724).
Hosted MCP configuration is now described under Settings → Security & access → MCP instead of the legacy MCP server product page (Hosted MCP / Admin MCP tabs). The doc states that hosted MCP turns on automatically when site authentication is configured and removes the Enable MCP Server toggle step. OAuth setup is reframed around Allowed OAuth redirect URIs; client credentials use Generate and the one-time Secret generated dialog. Dashboard screenshots for the old MCP page are removed, and a Note explains when the MCP settings page appears.
AI tool connection steps no longer send readers to the dashboard for the URL—they use the canonical pattern
https://your-docs.com/mcp(or/authed/mcpwhen auth is required). The same edits are mirrored ines,fr, andzh.Reviewed by Cursor Bugbot for commit 8cb51a7. Bugbot is set up for automated code reviews on this repo. Configure here.