Skip to content

Commit 4b1302c

Browse files
committed
fix version annotations
1 parent d00ad41 commit 4b1302c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

servers/mcp-neo4j-cypher/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Add the server to your `claude_desktop_config.json` with configuration through e
4343
"mcpServers": {
4444
"neo4j-aura": {
4545
"command": "uvx",
46-
"args": [ "mcp-neo4j-cypher==0.2.0" ],
46+
"args": [ "mcp-neo4j-cypher@0.2.0" ],
4747
"env": {
4848
"NEO4J_URI": "bolt://localhost:7687",
4949
"NEO4J_USERNAME": "neo4j",
@@ -61,7 +61,7 @@ Here is an example connection for the movie database with Movie, Person (Actor,
6161
"mcpServers": {
6262
"movies-neo4j": {
6363
"command": "uvx",
64-
"args": ["mcp-neo4j-cypher==0.2.0"],
64+
"args": ["mcp-neo4j-cypher@0.2.0"],
6565
"env": {
6666
"NEO4J_URI": "neo4j+s://demo.neo4jlabs.com",
6767
"NEO4J_USERNAME": "recommendations",
@@ -82,7 +82,7 @@ Syntax with `--db-url`, `--username` and `--password` command line arguments is
8282
"neo4j": {
8383
"command": "uvx",
8484
"args": [
85-
"mcp-neo4j-cypher==0.1.1",
85+
"mcp-neo4j-cypher@0.1.1",
8686
"--db-url",
8787
"bolt://localhost",
8888
"--username",
@@ -101,7 +101,7 @@ Here is an example connection for the movie database with Movie, Person (Actor,
101101
"mcpServers": {
102102
"movies-neo4j": {
103103
"command": "uvx",
104-
"args": ["mcp-neo4j-cypher==0.1.2",
104+
"args": ["mcp-neo4j-cypher@0.1.1",
105105
"--db-url", "neo4j+s://demo.neo4jlabs.com",
106106
"--user", "recommendations",
107107
"--password", "recommendations"]

0 commit comments

Comments
 (0)