Skip to content

Commit 05567fa

Browse files
authored
Fixed repo folder in dev run in readme
1 parent 473b126 commit 05567fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/mcp-neo4j-cypher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ uv pip install -e ".[dev]"
172172
"neo4j": {
173173
"command": "uv",
174174
"args": [
175-
"--directory", "parent_of_servers_repo/servers/src/neo4j",
175+
"--directory", "parent_of_servers_repo/servers/mcp-neo4j-cypher/src",
176176
"run", "mcp-neo4j-cypher"],
177177
"env": {
178178
"NEO4J_URL": "bolt://localhost",

0 commit comments

Comments
 (0)