Update from code changes: admin MCP page-level editor links - #7519
Merged
Merged
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Sep 25, 2026
This branch was successfully deployed
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
The admin MCP
saveandcreate_nodetools now return aneditorUrlthat opens the page that changed. Before this, the only link came fromcheckout, and it opened the branch on the first navigation page.saveleaves out the link when it merges immediately. It links to the branch when only configuration changed.create_nodereturns a link for new public pages.Triggered by https://github.com/mintlify/server/pull/8593
Changes
ai/mintlify-mcp.mdx: covers the neweditorUrlbehavior in the review and save workflow steps, thecreate_nodetool description, and the "Open the editor URL" best practice.es,fr, andzh.Note
Low Risk
Documentation and agent-skill text only; no runtime or API behavior changes in this repo.
Overview
Documents page-level
editorUrlresponses from the admin MCPcreate_nodeandsavetools (aligned with server PR #8593), and clarifies thatcheckoutstill returns a branch-level preview link.The English Admin MCP guide (
ai/mintlify-mcp.mdx) now explains when each link appears:create_nodeopens the new page directly;saveincludes a link to the first created or updated page when a PR is opened or updated (config-only changes open the branch; immediate merges omit the link). Best-practice guidance tells readers—and the Mintlify agent skill—to prefer page-level URLs fromcreate_node/saveover the checkout link.The same wording is mirrored in es, fr, and zh locales, and
agent-context/context/skills/mintlify/SKILL.mdis updated so coding agents follow the new link behavior.Reviewed by Cursor Bugbot for commit 2ce1c34. Bugbot is set up for automated code reviews on this repo. Configure here.