Skip to content

Commit 58662a0

Browse files
committed
add note about auth restricting MCP server generation
1 parent c011c3b commit 58662a0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mcp.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ 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+
<Note>
12+
MCP servers can only be generated for public documentation. Documentation behind end-user authentication cannot be accessed for server generation.
13+
</Note>
1214

13-
Any public documentation hosted on Mintlify can be extracted as an MCP server using the following command:
15+
## Generating your MCP server
16+
17+
Public documentation hosted on Mintlify can be extracted as an MCP server using the following command:
1418

1519
```bash
1620
npx mint-mcp add <your-subdomain-or-domain>

0 commit comments

Comments
 (0)