Skip to content

Commit 5b0d992

Browse files
committed
sentence case headers
1 parent cf2a8de commit 5b0d992

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

mcp.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ icon: 'audio-waveform'
88

99
The Model Context Protocol (MCP) is an open protocol that connects your functions to LLMs and AI applications. With Mintlify's integration, you can automatically generate an MCP server from your existing documentation or OpenAPI specifications, enabling seamless AI-powered interactions with your product.
1010

11-
## Quick Usage Guide
11+
## Quick usage guide
1212

1313
Any public documentation hosted on Mintlify can be extracted as an MCP server using a simple command:
1414

@@ -36,7 +36,7 @@ These can be found in your [Mintlify Dashboard](https://dashboard.mintlify.com/s
3636
<img src="/images/mcp/mcp-terminal.png" alt="API Keys" />
3737
</Frame>
3838

39-
### Select MCP Clients
39+
### Select MCP clients
4040

4141
After authentication, you'll choose which MCP clients to enable for your server:
4242

@@ -46,19 +46,19 @@ After authentication, you'll choose which MCP clients to enable for your server:
4646

4747
Once configured, your MCP server is ready to use with the command provided in the terminal.
4848

49-
## Configuring Your MCP Server
49+
## Configuring your MCP server
5050

5151
Now let's take a look at how to configure your MCP server.
5252

53-
### Default Functionality
53+
### Default functionality
5454

5555
All MCP servers include the `search` tool by default, allowing users to query information across your entire documentation.
5656

57-
### Adding API Functions
57+
### Adding API functions
5858

5959
If you have an OpenAPI specification, you can expose specific endpoints as MCP tools by using the `x-mcp` extension at either the file or endpoint level.
6060

61-
#### File-Level Configuration
61+
#### File-level configuration
6262

6363
Enable MCP for all endpoints in a specification file:
6464

@@ -72,7 +72,7 @@ Enable MCP for all endpoints in a specification file:
7272
}
7373
```
7474

75-
#### Endpoint-Level Configuration
75+
#### Endpoint-level configuration
7676

7777
Enable MCP for specific endpoints only:
7878

@@ -89,11 +89,11 @@ Enable MCP for specific endpoints only:
8989
}
9090
```
9191

92-
### Authentication Handling
92+
### Authentication handling
9393

9494
If your OpenAPI spec defines authentication using securitySchemes, these authentication methods will be automatically applied to your MCP server.
9595

96-
### Monitoring Your MCP Server
96+
### Monitoring your MCP server
9797

9898
After publishing your changes, you can view all available MCP tools in the **Available Tools** section on the MCP server page in your dashboard.
9999

@@ -104,12 +104,12 @@ After publishing your changes, you can view all available MCP tools in the **Ava
104104

105105
## Distribution
106106

107-
### User Installation
107+
### User installation
108108

109109
Your users can install and use your MCP server with:
110110

111111
```bash
112112
npx mint-mcp add <your-subdomain-or-domain>
113113
```
114114

115-
This provides them with a ready-to-use MCP server that connects your documented functions to AI applications.
115+
This provides them with a ready-to-use MCP server that connects your documented functions to AI applications.

0 commit comments

Comments
 (0)