File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Run the setup command in your terminal for your IDE of choice from the [Supporte
28
28
Install the [ Defang CLI] ( /docs/getting-started.mdx#install-the-defang-cli ) using [ Curl] ( https://curl.se/ ) or [ Homebrew] ( https://brew.sh/ )
29
29
30
30
``` bash
31
- defang mcp setup --client=< your-ide >
31
+ defang mcp setup --client=< vscode | vscode-insiders | cursor | windsurf | kiro | claude-desktop | claude-code >
32
32
```
33
33
34
34
:::
@@ -42,7 +42,7 @@ That's it! Feel free to explore our [Example Prompts](#example-prompts) to get i
42
42
Note that ` npx ` installation is supported, but not recommended.
43
43
44
44
``` 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 >
46
46
```
47
47
48
48
## Supported IDEs
You can’t perform that action at this time.
0 commit comments