From 4796ca01c42c2b3db71d1aa5f6f1b425196ba732 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:48:37 -0700 Subject: [PATCH] replace `class` with `className` --- ai/model-context-protocol.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ai/model-context-protocol.mdx b/ai/model-context-protocol.mdx index 24d4d3f54..a359b62fa 100644 --- a/ai/model-context-protocol.mdx +++ b/ai/model-context-protocol.mdx @@ -27,7 +27,7 @@ The `/mcp` path is reserved for hosted MCP servers and cannot be used for other ## Configuring your MCP server -All MCP servers include the `search` tool by default, allowing users to query information from your docs in other tools. +All MCP servers include the `search` tool by default, which allows users to query information from your docs in other tools. If you have a [Pro or Enterprise plan](https://mintlify.com/pricing?ref=mcp), you can expose endpoints from your OpenAPI specification as MCP tools. @@ -329,8 +329,8 @@ If a user asks their AI tool to call a protected endpoint, the tool will request You can view all available MCP tools in the **Available tools** section of the [MCP Server page](https://dashboard.mintlify.com/products/mcp) in your dashboard. - MCP dashboard with Available tools section emphasized - + MCP dashboard with Available tools section emphasized + MCP dashboard with Available tools section emphasized ## Troubleshooting