Agent skill sync with docs: admin MCP private pages - #7398
Open
mintlify[bot] wants to merge 1 commit into
Open
mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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
Document the admin MCP's new private-page read, list, create, write, edit, update, and delete support in the canonical Mintlify skill.
Changes
agent-context/context/skills/mintlify/SKILL.md: notevisibility: "private"andprivate-page-<uuid>/private-folder-<uuid>node ids onlist_nodes,read,edit_page,write_page,create_node,update_node, anddelete_node; call out OAuth-only enforcement, no-checkout behavior, per-operation role requirements, and manager assignment for new nodes; add private-page sharing to the code-mode operation list.Context
Triggered by authoritative doc change:
ai/mintlify-mcp.mdx) — admin MCP private-page read, list, write, create_node, update_node, and delete_node.Other commits in the window were prose/style fixes, translation-only, unrelated product docs, or removals of pages the skill does not reference, so no other skill facts changed.
Validation
npm test,npm run check,npm run build, andgit diff --checkpassed fromagent-context/.The existing agent-context sync workflow will distribute the canonical skill to the Codex, Cursor, and Claude plugin repositories after merge.
Note
Low Risk
Documentation-only change to the agent skill; no runtime or product code paths are modified.
Overview
Updates the canonical Mintlify agent skill so Admin MCP guidance matches the new private pages API.
The code mode bullet now includes private-page sharing among deployment-level operations. A new Private pages note explains how agents should use
visibility: "private"onlist_nodesandcreate_node,private-page-<uuid>/private-folder-<uuid>ids on read/write/edit/update/delete tools, and that these flows require OAuth (not client/M2M tokens), run without checkout, and enforce read / editor / manager roles by operation (creators become managers of new nodes).Reviewed by Cursor Bugbot for commit 61b735f. Bugbot is set up for automated code reviews on this repo. Configure here.