Skip to content

Commit c34b044

Browse files
committed
fix: review updates
1 parent 96c9309 commit c34b044

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/usage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ A comprehensive guide to PatternFly MCP Server tools, resources, and configurati
66
- [Built-in tools](#built-in-tools)
77
- [Built-in resources](#built-in-resources)
88
- [MCP client configuration](#mcp-client-configuration)
9-
- [Running via container](#running-via-container-podman--docker)
9+
- [Running via container](#running-via-container-podman)
1010
- [Custom MCP tool plugins](#custom-mcp-tool-plugins)
1111
- [Experimental settings](./experimental.md)
1212
- [Troubleshooting](#troubleshooting)
@@ -217,13 +217,13 @@ The server can also be launched from a container image instead of `npx`. This is
217217
From the repository root:
218218

219219
```bash
220-
bash ./scripts/container/build.sh
220+
bash ./scripts/container.build.sh
221221
```
222222

223223
or using Node.js and NPM:
224224

225-
```
226-
npm run build:container
225+
```sh
226+
npm run container:build
227227
```
228228

229229
This produces the following images:
@@ -262,7 +262,7 @@ You can confirm by running `$ podman images` from the terminal. View the [Contai
262262
#### Smoke test
263263

264264
```bash
265-
podman run --rm localhost/patternfly-mcp:latest node -e "console.log(process.versions.node)" # -> 24.x
265+
podman run --rm --entrypoint node localhost/patternfly-mcp:latest -e "console.log(process.versions.node)" # -> 24.x
266266
```
267267

268268
#### Running in HTTP transport mode

0 commit comments

Comments
 (0)