diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index b8da90f1..301ecec3 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -20,10 +20,12 @@ Your MCP server exposes tools for AI applications to search your documentation a MCP servers can only be generated for public documentation. Documentation behind end-user authentication cannot be accessed for server generation. -Your MCP server is automatically generated and hosted at your documentation URL with the `/mcp` path. +Mintlify automatically generates an MCP server for your documentation and hosts it at your documentation URL with the `/mcp` path. For example, Mintlify's MCP server is available at `https://mintlify.com/docs/mcp`. +The `/mcp` path is reserved for hosted MCP servers and cannot be used for other navigation elements. + ## Configuring your MCP server All MCP servers include the `search` tool by default, allowing users to query information from your docs in other tools. diff --git a/navigation.mdx b/navigation.mdx index 93773a66..36aa09c0 100644 --- a/navigation.mdx +++ b/navigation.mdx @@ -8,10 +8,6 @@ The [navigation](settings#param-navigation) property in [docs.json](settings) de With proper navigation configuration, you can organize your content into a logical hierarchy that makes it easy for users to find exactly what they're looking for. - - Do not use `api` or `mcp` as titles for any navigation element. The `/api` and `/mcp` paths are reserved in production and will cause pages to return 404 errors if their URLs contain `/api` or `/mcp`. - - ## Pages Pages are the most fundamental navigation component.