Agent skill sync with docs: correct admin MCP save modes - #7147
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. |
ethanpalm
approved these changes
Aug 27, 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
Sync the canonical Mintlify skill's admin MCP
savebehavior with the current MCP publishing documentation.Changes
SKILL.md(Mintlify Admin section): documentmode: "auto"as the default forsave, including immediate merge when the deployment's publishing setting allows direct pushes and the deploy branch isn't protected; clarify"pr"and"commit"modes; note that changing the publishing setting requires the admin role.saveto open a PR" to "callsaveto publish."Context
ai/mintlify-mcp.mdxchange in Update from code changes: MCP publishing toggle needs admin role #7133 (MCP publishing toggle now requires the admin role), which exposed the skill's stalesavedescription (noautomode, mandatory-review claim).npm test,npm run check,npm run build, andgit diff --checkall passed.Note
Low Risk
Documentation-only change to the Mintlify skill; no runtime or security behavior is modified.
Overview
Updates the canonical Mintlify agent skill so Mintlify Admin MCP guidance matches current publishing docs.
The intro now states edits stay on a session branch until
save, and drops the old “must be reviewed before merging” wording. The workflow step sayssaveto publish instead of always opening a PR.The
savetool entry documentsmode: "auto"(default) with immediate merge when publishing settings allow direct pushes and the deploy branch isn’t protected, plusprandcommitmodes and that changing the publishing setting needs the admin role.Reviewed by Cursor Bugbot for commit 719aab9. Bugbot is set up for automated code reviews on this repo. Configure here.