We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cf425d commit cd20a14Copy full SHA for cd20a14
README.md
@@ -54,7 +54,7 @@ This is useful if you don't use certain functionality or if you don't want to ta
54
to specify the directory where the binary should be installed. This should also be in your `PATH`.
55
56
```bash
57
- GOBIN="$HOME/go/bin" go install github.com/grafana/mcp-grafana@latest
+ GOBIN="$HOME/go/bin" go install github.com/grafana/mcp-grafana/cmd/mcp-grafana@latest
58
```
59
60
3. Add the server configuration to your client configuration file. For example, for Claude Desktop:
0 commit comments