Skip to content

Commit 480bd16

Browse files
committed
draw attention away from npx
1 parent 9ffeed5 commit 480bd16

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

docs/concepts/mcp.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,27 @@ This page is a guide to the Defang MCP Server detailing its installation, tools,
2323
Ensure that you have the [Defang CLI](/docs/getting-started.mdx#install-the-defang-cli) installed.
2424
:::tip[Recommended Installtion]
2525
Install the Defang CLI using [Curl](https://curl.se/) or [Homebrew](https://brew.sh/)
26-
:::
27-
28-
Run the setup command in your terminal for your IDE of choice from the [Supported IDEs](#supported-ides) section. This will connect the Defang MCP Server to your IDE. The general format of the command is as follows:
2926

3027
```bash
3128
defang mcp setup --client=<your-ide>
3229
```
3330

31+
:::
32+
33+
Run the setup command in your terminal for your IDE of choice from the [Supported IDEs](#supported-ides) section. This will connect the Defang MCP Server to your IDE. The general format of the command is as follows:
34+
3435
Once the command completes, you may need to restart your IDE for the changes to take effect.
3536

3637
Once the MCP Server is running, you can access the Defang MCP tools directly through the AI agent chat in your IDE.
3738

3839
That's it! Feel free to explore our [Example Prompts](#example-prompts) to get ideas on how to interact with the AI agent and make the most of the Defang MCP Server.
3940

40-
:::warning
41-
'npx' is supported but not recommended
41+
`npx` is supported but not recommended
4242

4343
```bash
4444
npx -y defang@latest mcp setup --client=<your-ide>
4545
```
4646

47-
:::
48-
4947
## Supported IDEs
5048

5149
### Cursor

0 commit comments

Comments
 (0)