Skip to content

Commit 471e329

Browse files
committed
Add a better list command (crane)
1 parent 2c7d4bf commit 471e329

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,11 @@ This command will:
206206
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:
207207

208208
```bash
209-
helm show chart oci://ghcr.io/stackloklabs/meta-mcp/meta-mcp --version 0.0.8
209+
# macOS
210+
brew install crane
211+
212+
# Then list tags
213+
crane ls ghcr.io/stackloklabs/meta-mcp/meta-mcp
210214
```
211215

212216
:::

0 commit comments

Comments
 (0)