Skip to content

Commit a697e40

Browse files
list potential clients
1 parent 705c798 commit a697e40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/concepts/mcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Run the setup command in your terminal for your IDE of choice from the [Supporte
2828
Install the [Defang CLI](/docs/getting-started.mdx#install-the-defang-cli) using [Curl](https://curl.se/) or [Homebrew](https://brew.sh/)
2929

3030
```bash
31-
defang mcp setup --client=<your-ide>
31+
defang mcp setup --client=<vscode|vscode-insiders|cursor|windsurf|kiro|claude-desktop|claude-code>
3232
```
3333

3434
:::
@@ -42,7 +42,7 @@ That's it! Feel free to explore our [Example Prompts](#example-prompts) to get i
4242
Note that `npx` installation is supported, but not recommended.
4343

4444
```bash
45-
npx -y defang@latest mcp setup --client=<your-ide>
45+
npx -y defang@latest mcp setup --client=<vscode|vscode-insiders|cursor|windsurf|kiro|claude-desktop|claude-code>
4646
```
4747

4848
## Supported IDEs

0 commit comments

Comments
 (0)