You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: advanced/mcp/mcp-overview.mdx
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,20 @@
1
1
---
2
2
title: "MCP Overview"
3
-
description: "Overview of the Model Context Protocol generated by Mintlify"
3
+
description: "Overview of the Model Context Protocol (MCP) Generator"
4
4
---
5
5
6
+
## MCP Generator
7
+
8
+
There are two components to MCP capabilities today:
9
+
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
+
6
18
## What is an MCP Server?
7
19
8
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).
0 commit comments