Skip to content

Commit 2cff60f

Browse files
authored
memory - update version, changelog (#107)
1 parent 845ea60 commit 2cff60f

File tree

4 files changed

+986
-978
lines changed

4 files changed

+986
-978
lines changed

servers/mcp-neo4j-memory/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## Next
22

3+
### Fixed
4+
5+
### Changed
6+
7+
### Added
8+
9+
## v0.2.0
10+
311
### Fixed
412
* Fix bug in `search_nodes` method where query arg wasn't passed properly
513
* Fix bug where stdio transport was always selected

servers/mcp-neo4j-memory/README.md

Lines changed: 3 additions & 3 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-
"mcp-neo4j-memory@0.1.5",
122+
"mcp-neo4j-memory@0.2.0",
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": [ "mcp-neo4j-memory@0.1.5" ],
140+
"args": [ "mcp-neo4j-memory@0.2.0" ],
141141
"env": {
142142
"NEO4J_URL": "neo4j+s://xxxx.databases.neo4j.io",
143143
"NEO4J_USERNAME": "<your-username>",
@@ -189,7 +189,7 @@ The server supports three transport modes:
189189
"-e", "NEO4J_URL=neo4j+s://xxxx.databases.neo4j.io",
190190
"-e", "NEO4J_USERNAME=<your-username>",
191191
"-e", "NEO4J_PASSWORD=<your-password>",
192-
"mcp/neo4j-memory:0.1.5"
192+
"mcp/neo4j-memory:0.2.0"
193193
]
194194
}
195195
}

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

0 commit comments

Comments
 (0)