File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,17 +13,17 @@ The Model Context Protocol (MCP) is an open protocol that connects your function
1313Any public documentation hosted on Mintlify can be extracted as an MCP server using a simple command:
1414
1515``` bash
16- npx @mintlify/ mcp add < your-subdomain-or-domain>
16+ npx mint- mcp add < your-subdomain-or-domain>
1717```
1818
1919Examples:
2020
2121``` bash
2222# Using subdomain
23- npx @mintlify/ mcp add mintlify
23+ npx mint- mcp add mintlify
2424
2525# Using domain
26- npx @mintlify/ mcp add mintlify.com
26+ npx mint- mcp add mintlify.com
2727```
2828
2929### Authentication
@@ -109,7 +109,7 @@ After publishing your changes, you can view all available MCP tools in the **Ava
109109Your users can install and use your MCP server with:
110110
111111``` bash
112- npx @mintlify/ mcp add < your-subdomain-or-domain>
112+ npx mint- mcp add < your-subdomain-or-domain>
113113```
114114
115115This provides them with a ready-to-use MCP server that connects your documented functions to AI applications.
You can’t perform that action at this time.
0 commit comments