Skip to content

Commit 3ccc3ff

Browse files
authored
Merge pull request #52 from neo4j-contrib/mcp-cypher-bump-version-v0.2.2
prep for v0.2.2 publish
2 parents 5cd26a4 + 85c15c7 commit 3ccc3ff

File tree

4 files changed

+16
-7
lines changed

4 files changed

+16
-7
lines changed

servers/mcp-neo4j-cypher/CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
1-
## Next
1+
## Next
2+
3+
### Fixed
4+
5+
### Changed
6+
7+
### Added
8+
9+
10+
## v0.2.2
211

312
### Fixed
413

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 the database connection
4343
"mcpServers": {
4444
"neo4j-aura": {
4545
"command": "uvx",
46-
"args": [ "[email protected].1", "--transport", "stdio" ],
46+
"args": [ "[email protected].2", "--transport", "stdio" ],
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": [ "[email protected].1" ],
64+
"args": [ "[email protected].2" ],
6565
"env": {
6666
"NEO4J_URI": "neo4j+s://demo.neo4jlabs.com",
6767
"NEO4J_USERNAME": "recommendations",
@@ -83,7 +83,7 @@ Syntax with `--db-url`, `--username` and `--password` command line arguments is
8383
"neo4j": {
8484
"command": "uvx",
8585
"args": [
86-
86+
8787
"--db-url",
8888
"bolt://localhost",
8989
"--username",
@@ -102,7 +102,7 @@ Here is an example connection for the movie database with Movie, Person (Actor,
102102
"mcpServers": {
103103
"movies-neo4j": {
104104
"command": "uvx",
105-
"args": ["[email protected].1",
105+
"args": ["[email protected].2",
106106
"--db-url", "neo4j+s://demo.neo4jlabs.com",
107107
"--user", "recommendations",
108108
"--password", "recommendations",

servers/mcp-neo4j-cypher/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-neo4j-cypher"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "A simple Neo4j MCP server"
55
readme = "README.md"
66
requires-python = ">=3.10"

servers/mcp-neo4j-cypher/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)