Skip to content

Commit e3c088a

Browse files
committed
Replace @mintlify/mcp with mint-mcp
1 parent cabdfe9 commit e3c088a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mcp.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ The Model Context Protocol (MCP) is an open protocol that connects your function
1313
Any 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

1919
Examples:
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
109109
Your 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

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

0 commit comments

Comments
 (0)