Skip to content

Commit 7d151ee

Browse files
committed
reorganize overview page
1 parent bffda7c commit 7d151ee

File tree

1 file changed

+8
-19
lines changed

1 file changed

+8
-19
lines changed

advanced/mcp/overview.mdx

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,17 @@
11
---
2-
title: "MCP Overview"
3-
description: "Overview of the Model Context Protocol (MCP) Generator"
2+
title: "Overview"
3+
description: "[MCP](https://modelcontextprotocol.io/introduction) simplifies how you provide tools to LLMs"
44
---
55

66
## MCP Generator
77

8-
There are two components to MCP capabilities today:
8+
The MCP Generator is a CLI tool that generates an MCP server based on your company's documentation & OpenAPI specification if available. It takes in your documentation and a OpenAPI spec and outputs an MCP server that can be used with any MCP client. The MCP Generator is delivered via [npm package](https://www.npmjs.com/package/mcp) and generates an MCP server that can be used with any MCP client.
99

10-
1. The MCP Generator delivered via [npm package](https://www.npmjs.com/package/mcp)
11-
2. The MCP Server that end-customers run locally
12-
13-
The MCP Generator is a CLI tool that generates an MCP server based on your company's documentation & OpenAPI specification if available. It takes in your documentation and a OpenAPI spec and outputs an MCP server that can be used with any MCP client.
14-
15-
The MCP Server is a simple HTTP server that listens for MCP client requests and returns the requested data.
16-
17-
18-
## What is an MCP Server?
19-
20-
Model Context Protocol is a standard released by Anthropic in November 2024 to simplify how applications can provide context to large language models (LLMs).
21-
22-
Mintlify enables you to set up an MCP server that allows AI tools to interact with your docs in these key scenarios:
10+
Mintlify enables you to create an MCP server that allows AI tools to interact with your docs in these key scenarios:
2311

2412
1. **Docs Q&A**, similar to our AI Chat. This is automatically enabled for your docs, no setup required.
2513
2. **Real-time API querying**, if you have an OpenAPI spec, head to the `Mintlify Dashboard > Products > MCP Server` and hit the toggle to enable your OpenAPI spec.
26-
<Note>
27-
By toggling the OpenAPI enablement button, you are allowing the MCP server to access **all** endpoints in your OpenAPI spec.
28-
</Note>
14+
<Note>
15+
By toggling the OpenAPI enablement button, you are allowing the MCP server
16+
to access **all** endpoints in your OpenAPI spec.
17+
</Note>

0 commit comments

Comments
 (0)