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
fix(cms): allow getPageUrl MCP tool to access draft documents
Set overrideAccess: true so the MCP tool can resolve URLs for draft
articles that are not yet publicly accessible.
Co-Authored-By: JHB-Claw <info@jhb.software>
'Get the frontend page URL for a page document by its collection and ID. Works for both published and draft (unpublished) pages. Returns a preview URL by default; set preview=false for the canonical public URL.',
229
+
'Get the frontend page URL for a page document by its collection and ID. Works for both published and draft (unpublished) pages. Returns a preview URL by default; set preview=false for the canonical public URL. Set draft=false to query only published documents.',
0 commit comments