We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--with-editable
1 parent d1c3cca commit 2ec9d5aCopy full SHA for 2ec9d5a
README.md
@@ -84,10 +84,10 @@ You can then create a virtual environment and install the dependencies with:
84
uv sync --all-groups
85
```
86
87
-To run the server, use:
+To run the server and edit the source code live, use:
88
89
```bash
90
-uvx --from . mcp-grafana
+uvx --with-editable . mcp-grafana
91
92
93
You can also run the server using the SSE transport inside Docker. To build the image, use
0 commit comments