Skip to content

Commit 23ab161

Browse files
authored
Merge pull request #23 from grafana/live-reload-readme
Update README.md: Use `--with-editable` from uvx for development
2 parents d1c3cca + 2ec9d5a commit 23ab161

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@ You can then create a virtual environment and install the dependencies with:
8484
uv sync --all-groups
8585
```
8686

87-
To run the server, use:
87+
To run the server and edit the source code live, use:
8888

8989
```bash
90-
uvx --from . mcp-grafana
90+
uvx --with-editable . mcp-grafana
9191
```
9292

9393
You can also run the server using the SSE transport inside Docker. To build the image, use

0 commit comments

Comments
 (0)