Conversation
Mintlify-Source: dashboard-editor
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 76e87bc. Configure here.
|
|
||
| After you complete this guide, you'll have a live documentation site ready to customize and update. | ||
|
|
||
| / |
There was a problem hiding this comment.
Stray forward slash renders as visible text on page
High Severity
A stray / character on its own line was introduced between the intro paragraph and the "Before you begin" heading. This will render as a visible forward slash on the published quickstart documentation page, which is user-facing and likely one of the most visited pages.
Reviewed by Cursor Bugbot for commit 76e87bc. Configure here.
densumesh
approved these changes
Apr 30, 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
This update improves the quickstart guide by adding a new AI tip and prompt for integrating Mintlify with AI coding tools. It also introduces a new guide for the Mintlify Model Context Protocol (MCP) server, which enables AI tools to directly edit documentation content.
Changes
quickstart.mdx) now includes an AI tip and prompt for setting up Mintlify with AI coding tools.ai/mintlify-mcp.mdx) details the Mintlify MCP server, its capabilities, and how to connect it with various AI clients like Claude and Cursor.Mintlify
0 threads from 0 users in Mintlify
Note
Low Risk
Documentation-only changes; main risk is accidental MDX rendering issues (e.g., the stray
/line) or incorrect setup instructions/URLs.Overview
Adds a new
ai/mintlify-mcp.mdxguide explaining the Mintlify MCP’s write-access workflow (OAuth connection, branch-based sessions, available tools) and providing setup steps for clients like Claude/Claude Code/Cursor.Updates
quickstart.mdxto include an AI-focused tip + copyable prompt for installing the Mintlify skill and connecting the MCP server, and makes small frontmatter/MDX formatting tweaks (e.g., keywords formatting, image attribute ordering).Reviewed by Cursor Bugbot for commit 76e87bc. Bugbot is set up for automated code reviews on this repo. Configure here.