From acf0b1a4feea156c794202209168fe043d8505ec Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 23:24:17 +0000 Subject: [PATCH 1/2] Fix style consistency issues across docs Generated-By: mintlify-agent --- ai/model-context-protocol.mdx | 4 ++-- assistant/use.mdx | 2 +- editor/share-a-preview.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 6f0daca1e..9381b3216 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -8,7 +8,7 @@ import { PreviewButton } from "/snippets/previewbutton.jsx" ## About MCP servers -The Model Context Protocol (MCP) is an open protocol that creates standardized connections between AI applications and external services, like documentation. Mintlify generates an MCP server from your documentation, preparing your content for the broader AI ecosystem where any MCP client like Claude, Cursor, Goose, ChatGPT, and others can connect to your documentation. +The Model Context Protocol (MCP) is an open protocol that creates standardized connections between AI applications and external services, like documentation. Mintlify generates an MCP server from your documentation, preparing your content for the broader AI ecosystem. Any MCP client like Claude, Cursor, Goose, or ChatGPT can connect to your documentation. Your MCP server exposes tools for AI applications to search your documentation and retrieve full page content. Your users must connect your MCP server to their tools. @@ -18,7 +18,7 @@ Your MCP server exposes tools for AI applications to search your documentation a ### How MCP servers work -When an AI application connects to your documentation MCP server, it can search your documentation and retrieve full page content directly in response to a user's prompt instead of relying on information from its training data or making a generic web search. Your MCP server provides access to all indexed content on your documentation site. +When an AI application connects to your documentation MCP server, it can search your documentation and retrieve full page content directly in response to a user's prompt. This avoids relying on information from training data or generic web searches. Your MCP server provides access to all indexed content on your documentation site. - AI applications can proactively search your documentation while generating a response even if not explicitly asked to search your documentation for an answer. - AI applications determine when to use the available tools based on the context of the conversation and the relevance of your documentation. diff --git a/assistant/use.mdx b/assistant/use.mdx index 0ed737d39..529d1e9b2 100644 --- a/assistant/use.mdx +++ b/assistant/use.mdx @@ -4,7 +4,7 @@ description: "Open the assistant with keyboard shortcuts, highlighted text, code keywords: ["assistant", "keyboard shortcut", "file attachments", "local preview", "URL parameters"] --- -Users have multiple ways to start a conversation with the assistant. Each method opens a chat panel on the right side of your docs. Users can ask any question and the assistant searches your documentation for an answer. If the assistant cannot retrieve relevant information, the assistant responds that it cannot answer the question. +You have multiple ways to start a conversation with the assistant. Each method opens a chat panel on the right side of your docs. You can ask any question and the assistant searches your documentation for an answer. If the assistant cannot retrieve relevant information, it responds that it cannot answer the question. ## Use the assistant in local preview diff --git a/editor/share-a-preview.mdx b/editor/share-a-preview.mdx index c988c9034..96e3a90f6 100644 --- a/editor/share-a-preview.mdx +++ b/editor/share-a-preview.mdx @@ -11,7 +11,7 @@ Every time you save changes to a feature branch, Mintlify builds a preview deplo ### Access your preview 1. Click **Publish** in the editor toolbar. -1. In the publish popover, click the preview URL. The URL format is `organization-branch-name.mintlify.app`. +1. In the publish menu, click the preview URL. The URL format is `organization-branch-name.mintlify.app`. ### Share your preview From 2c09956dea263aa48d8367c3776e7d08229ffdaa Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 1 May 2026 16:26:27 -0700 Subject: [PATCH 2/2] Apply suggestion from @ethanpalm --- assistant/use.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assistant/use.mdx b/assistant/use.mdx index 529d1e9b2..5423353f5 100644 --- a/assistant/use.mdx +++ b/assistant/use.mdx @@ -4,7 +4,7 @@ description: "Open the assistant with keyboard shortcuts, highlighted text, code keywords: ["assistant", "keyboard shortcut", "file attachments", "local preview", "URL parameters"] --- -You have multiple ways to start a conversation with the assistant. Each method opens a chat panel on the right side of your docs. You can ask any question and the assistant searches your documentation for an answer. If the assistant cannot retrieve relevant information, it responds that it cannot answer the question. +Users have multiple ways to start a conversation with the assistant. Each method opens a chat panel on the right side of your docs. Users can ask any question and the assistant searches your documentation for an answer. If the assistant cannot retrieve relevant information, it responds that it cannot answer the question. ## Use the assistant in local preview