Skip to content

Commit f35ce3a

Browse files
authored
bump versions, update changelog (#195)
1 parent e4e0f83 commit f35ce3a

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

servers/mcp-neo4j-memory/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
### Fixed
44

5+
### Changed
6+
7+
### Added
8+
9+
## v0.4.1
10+
511
### Changed
612
* Updated tool docstrings to better describe their function, inputs and outputs
713

servers/mcp-neo4j-memory/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ Add the server to your `claude_desktop_config.json` with configuration of:
119119
"neo4j": {
120120
"command": "uvx",
121121
"args": [
122-
122+
123123
"--db-url",
124124
"neo4j+s://xxxx.databases.neo4j.io",
125125
"--username",
@@ -137,7 +137,7 @@ Alternatively, you can set environment variables:
137137
"mcpServers": {
138138
"neo4j": {
139139
"command": "uvx",
140-
"args": [ "[email protected].0" ],
140+
"args": [ "[email protected].1" ],
141141
"env": {
142142
"NEO4J_URL": "neo4j+s://xxxx.databases.neo4j.io",
143143
"NEO4J_USERNAME": "<your-username>",
@@ -150,7 +150,7 @@ Alternatively, you can set environment variables:
150150
#### Namespacing
151151
For multi-tenant deployments, add `--namespace` to prefix tool names:
152152
```json
153-
"args": [ "[email protected].0", "--namespace", "myapp", "--db-url", "..." ]
153+
"args": [ "[email protected].1", "--namespace", "myapp", "--db-url", "..." ]
154154
```
155155
Tools become: `myapp-read_graph`, `myapp-create_entities`, etc.
156156

@@ -199,7 +199,7 @@ The server supports three transport modes:
199199
"-e", "NEO4J_URL=neo4j+s://xxxx.databases.neo4j.io",
200200
"-e", "NEO4J_USERNAME=<your-username>",
201201
"-e", "NEO4J_PASSWORD=<your-password>",
202-
"mcp/neo4j-memory:0.4.0"
202+
"mcp/neo4j-memory:0.4.1"
203203
]
204204
}
205205
}

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

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)