Update from code changes: MCP publishing toggle needs admin role - #7133
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
densumesh
approved these changes
Aug 26, 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.
Summary
Changing the admin MCP Publishing setting (push directly to your deploy branch) now requires the admin role, and the dashboard disables the toggle with a permission banner for editors and viewers.
The API that updates this setting was gated on an admin-only permission, and the dashboard now matches: users without it see the toggle disabled instead of getting a silent failure on click. This docs update adds that third disabled-toggle case to the admin MCP page so users know why the control is unavailable and who can change it.
https://github.com/mintlify/mint/pull/10473
Changes
/ai/mintlify-mcp, linking to the roles page.Note
Low Risk
Documentation-only changes with no runtime, API, or auth logic in this repo.
Overview
Documents that the Admin MCP Publishing toggle (“push directly to your deploy branch”) is now a third case where the control is disabled: users without the project admin role cannot change the setting.
The Publishing section in
mintlify-mcpupdates the disabled-toggle list from two to three bullets, adding that editors and viewers see the toggle disabled with a permission banner and linking to the roles page. The same wording is mirrored in the Spanish, French, and Chinesemintlify-mcppages so localized docs match the dashboard behavior described in the linked product PR.Reviewed by Cursor Bugbot for commit 9222d9d. Bugbot is set up for automated code reviews on this repo. Configure here.