Skip to content

Commit fdd7ce9

Browse files
committed
Update CLI
1 parent 287b00b commit fdd7ce9

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

advanced/mcp/generate.mdx

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ description: "Learn how to set up your own MCP Server"
1111

1212
## Get started
1313

14-
Run `npm i mcp` to install the `mcp` CLI.
14+
Run `npm i @mintlify/mcp` to install the `@mintlify/mcp` CLI.
1515

16-
In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Server`, on this page toggle to see your unique installation command. This is the command to install your MCP Server with the `mcp` CLI.
16+
In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Server`, on this page toggle to see your unique installation command. This is the command to install your MCP Server with the `@mintlify/mcp` CLI.
1717

1818
<Note>
1919
Make sure to toggle OpenAPI access to allow the MCP server to access **all**
@@ -24,8 +24,11 @@ In the [dashboard](https://dashboard.mintlify.com/products/mcp) go to `MCP Serve
2424

2525
<Steps>
2626
<Step title="Install the server through the CLI">
27-
Run the following command to install the server: ```bash npx mcp add [your
28-
subdomain] ```
27+
Run the following command to install the server:
28+
29+
```bash
30+
npx @mintlify/mcp add [your subdomain]
31+
```
2932
</Step>
3033
<Step title="Add the authentication token if applicable">
3134
If your API requires an authentication token, tell your end-customer to get

advanced/mcp/quickstart.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ To use the Mintlify MCP server you will need an [API key](https://mintlify.com/d
3232
<Step title="Install the server through the CLI">
3333
Run the following command to install the server:
3434
```bash
35-
npx mcp add mintlify
35+
npx @mintlify/mcp add mintlify
3636
```
3737
</Step>
3838
<Step title="Add the authentication token">

0 commit comments

Comments
 (0)