Skip to content

Commit 31c74df

Browse files
authored
bump versions , update changelog (#226)
1 parent d0189de commit 31c74df

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

servers/mcp-neo4j-memory/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Changed
66

7+
### Added
8+
9+
## v0.4.2
10+
711
### Added
812
* Add config and Github workflow to add server to Github MCP Registry
913

servers/mcp-neo4j-memory/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Add the server to your `claude_desktop_config.json` with configuration of:
121121
"neo4j": {
122122
"command": "uvx",
123123
"args": [
124-
124+
125125
"--db-url",
126126
"neo4j+s://xxxx.databases.neo4j.io",
127127
"--username",
@@ -139,7 +139,7 @@ Alternatively, you can set environment variables:
139139
"mcpServers": {
140140
"neo4j": {
141141
"command": "uvx",
142-
"args": [ "[email protected].1" ],
142+
"args": [ "[email protected].2" ],
143143
"env": {
144144
"NEO4J_URL": "neo4j+s://xxxx.databases.neo4j.io",
145145
"NEO4J_USERNAME": "<your-username>",
@@ -152,7 +152,7 @@ Alternatively, you can set environment variables:
152152
#### Namespacing
153153
For multi-tenant deployments, add `--namespace` to prefix tool names:
154154
```json
155-
"args": [ "[email protected].1", "--namespace", "myapp", "--db-url", "..." ]
155+
"args": [ "[email protected].2", "--namespace", "myapp", "--db-url", "..." ]
156156
```
157157
Tools become: `myapp-read_graph`, `myapp-create_entities`, etc.
158158

@@ -201,7 +201,7 @@ The server supports three transport modes:
201201
"-e", "NEO4J_URL=neo4j+s://xxxx.databases.neo4j.io",
202202
"-e", "NEO4J_USERNAME=<your-username>",
203203
"-e", "NEO4J_PASSWORD=<your-password>",
204-
"mcp/neo4j-memory:0.4.1"
204+
"mcp/neo4j-memory:0.4.2"
205205
]
206206
}
207207
}

servers/mcp-neo4j-memory/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-memory"
3-
version = "0.4.1"
3+
version = "0.4.2"
44
description = "MCP Neo4j Knowledge Graph Memory Server"
55
readme = "README.md"
66
requires-python = ">=3.10"

servers/mcp-neo4j-memory/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"registryType": "pypi",
1414
"identifier": "mcp-neo4j-memory",
15-
"version": "0.4.1",
15+
"version": "0.4.2",
1616
"transport": {
1717
"type": "stdio"
1818
},

servers/mcp-neo4j-memory/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)