Skip to content

Commit

Permalink
document inspector check from npx
Browse files Browse the repository at this point in the history
  • Loading branch information
strowk committed Dec 9, 2024
1 parent f3b8fca commit abe5b83
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Currently available:

## Example usage with Inspector

To use this MCP server with Inspector you can run it from root folder of this project:
To use latest published version with Inspector you can run this:

```bash
npx @modelcontextprotocol/inspector npx @strowk/mcp-k8s
```

, or to use version built from sources, then in root folder of this project:

```bash
tools/inspector/run.sh
Expand Down

0 comments on commit abe5b83

Please sign in to comment.