Skip to content

Commit 9ba998f

Browse files
committed
doc: add instructions for running with uvx
1 parent 4c94fcb commit 9ba998f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,18 @@ In this demo, I walk you through the process of _Vibe Coding_ a simple game usin
116116

117117
The Kubernetes MCP server can be configured using command line (CLI) arguments.
118118

119-
You can run the CLI executable either by using `npx` or by downloading the [latest release binary](https://github.com/manusa/kubernetes-mcp-server/releases/latest).
119+
You can run the CLI executable either by using `npx`, `uvx`, or by downloading the [latest release binary](https://github.com/manusa/kubernetes-mcp-server/releases/latest).
120120

121121
```shell
122-
# Run the Kubernetes MCP server using npx (in case you have npm installed)
122+
# Run the Kubernetes MCP server using npx (in case you have npm and node installed)
123123
npx kubernetes-mcp-server@latest --help
124124
```
125125

126+
```shell
127+
# Run the Kubernetes MCP server using uvx (in case you have uv and python installed)
128+
uvx kubernetes-mcp-server@latest --help
129+
```
130+
126131
```shell
127132
# Run the Kubernetes MCP server using the latest release binary
128133
./kubernetes-mcp-server --help

0 commit comments

Comments
 (0)