Skip to content

Commit 662f555

Browse files
KevyVojordanstephens
authored andcommitted
Update with feedback
1 parent c1dec22 commit 662f555

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

docs/concepts/mcp.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,24 +21,25 @@ This page is a guide to the Defang MCP Server detailing its installation, tools,
2121
## Installation
2222

2323
Ensure that you have the [Defang CLI](/docs/getting-started.mdx#install-the-defang-cli) installed.
24-
:::tip[Recommended Installtion]
25-
Install the Defang CLI using [Curl](https://curl.se/) or [Homebrew](https://brew.sh/)
24+
25+
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:
26+
27+
:::tip[Recommended Installation]
28+
Install the [Defang CLI](/docs/getting-started.mdx#install-the-defang-cli) using [Curl](https://curl.se/) or [Homebrew](https://brew.sh/)
2629

2730
```bash
2831
defang mcp setup --client=<your-ide>
2932
```
3033

3134
:::
3235

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-
3536
Once the command completes, you may need to restart your IDE for the changes to take effect.
3637

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

3940
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.
4041

41-
`npx` is supported but not recommended
42+
Note that `npx` installation is supported, but not recommended.
4243

4344
```bash
4445
npx -y defang@latest mcp setup --client=<your-ide>
@@ -104,6 +105,8 @@ defang mcp setup --client=kiro
104105

105106
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:
106107

108+
![Kiro](/img/mcp-concept/kiro.png)
109+
107110
### Claude Desktop
108111

109112
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.
@@ -140,7 +143,7 @@ Given a project name or directory, the `destroy` tool identifies any services de
140143

141144
### `estimate`
142145

143-
The `estimate` tool scan your project directory and considers your [deployment mode](/docs/concepts/deployment-modes.md) (which defaults to `AFFORDABLE`) to provide a [cost estimation](/docs/concepts/estimation.md) for [cost estimation](/docs/concepts/estimation.md). Currently, the tool supports two providers: `AWS` or `GCP`.
146+
The `estimate` tool scan your project directory and considers your [deployment mode](/docs/concepts/deployment-modes.md) (which defaults to `AFFORDABLE`) to provide a [cost estimation](/docs/concepts/estimation.md) for your project. Currently, the tool supports two providers: `AWS` or `GCP`.
144147

145148
### `list_configs`
146149

@@ -198,6 +201,10 @@ You can list, set and remove Defang configs for a project:
198201
what defang configs do I have set for this project?
199202
```
200203

204+
```
205+
list all the defang configs I have set for this project
206+
```
207+
201208
```
202209
set the defang config DATABASE_URL to example.com
203210
```

static/img/mcp-concept/diagram.png

132 KB
Loading

static/img/mcp-concept/kiro.png

436 KB
Loading

0 commit comments

Comments
 (0)