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.
-
-
+
+
## Troubleshooting