Skip to content

Commit 2ec9d5a

Browse files
committed
Update README.md: Use --with-editable from uv for development
1 parent d1c3cca commit 2ec9d5a

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)