Skip to content

Commit 2c7d4bf

Browse files
committed
Fix the order of statements
1 parent 823faeb commit 2c7d4bf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/toolhive/guides-mcp/meta-mcp.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ helm upgrade meta-mcp oci://ghcr.io/stackloklabs/meta-mcp/meta-mcp \
196196
--install
197197
```
198198

199+
This command will:
200+
- Install meta-mcp in the `toolhive-system` namespace
201+
- Create the necessary MCPServer custom resource
202+
- Configure meta-mcp to work with the ToolHive operator
203+
199204
:::tip[Other versions]
200205

201206
Version 0.0.8 is shown above, but other versions are available. You can browse all available versions on the [meta-mcp releases page](https://github.com/StacklokLabs/meta-mcp/releases) or list them using:
@@ -206,11 +211,6 @@ helm show chart oci://ghcr.io/stackloklabs/meta-mcp/meta-mcp --version 0.0.8
206211

207212
:::
208213

209-
This command will:
210-
- Install meta-mcp in the `toolhive-system` namespace
211-
- Create the necessary MCPServer custom resource
212-
- Configure meta-mcp to work with the ToolHive operator
213-
214214
**Verification:**
215215

216216
Check that meta-mcp is running:

0 commit comments

Comments
 (0)