Skip to content

Commit 323ad35

Browse files
committed
added mcp generator overview
1 parent cdf8f98 commit 323ad35

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

advanced/mcp/mcp-overview.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
---
22
title: "MCP Overview"
3-
description: "Overview of the Model Context Protocol generated by Mintlify"
3+
description: "Overview of the Model Context Protocol (MCP) Generator"
44
---
55

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+
618
## What is an MCP Server?
719

820
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

Comments
 (0)