Skip to content

Commit d764224

Browse files
committed
Added vscode-insiders
1 parent dcca23c commit d764224

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/concepts/mcp.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Once setup is complete, you can interact with the AI coding agent using Defang-r
6363

6464
![Windsurf](/img/mcp-concept/windsurf.png)
6565

66-
### VS Code / VS Code Insiders
66+
### VS Code
6767

6868
Setup command:
6969

@@ -75,6 +75,18 @@ Once setup is complete, you can interact with the AI coding agent using Defang-r
7575

7676
![VS Code](/img/mcp-concept/vscode.png)
7777

78+
### VS Code Insiders
79+
80+
Setup command:
81+
82+
```bash
83+
npx -y defang@latest mcp setup --client=vscode-insiders
84+
```
85+
86+
Once setup is complete, you can interact with the AI coding agent using Defang-related actions like `check defang services` or [other prompts](#example-prompts). Here's an example of what it could look like:
87+
88+
![VS Code](/img/mcp-concept/vscode-insiders.png)
89+
7890
### Claude Desktop
7991

8092
While this is not an IDE in the traditional sense, it can support MCP servers. For a smoother experience, consider specifying a project name or directory when making chat prompts to this platform.
183 KB
Loading

0 commit comments

Comments
 (0)