Skip to content

Commit 88b188b

Browse files
authored
Merge pull request #71 from neo4j-contrib/memory-prep-for-v0.1.5
update versions, changelog
2 parents ddc8e4b + 27f6042 commit 88b188b

File tree

4 files changed

+21
-5
lines changed

4 files changed

+21
-5
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Next
2+
3+
### Fixed
4+
5+
### Changed
6+
7+
### Added
8+
9+
## v0.1.5
10+
11+
### Fixed
12+
* Remove use of dynamic node labels and relationship types to be compatible with Neo4j versions < 5.26
13+
14+
## v0.1.4
15+
16+
* Create, Read, Update and Delete semantic memories

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-
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].4" ],
140+
"args": [ "[email protected].5" ],
141141
"env": {
142142
"NEO4J_URL": "neo4j+s://xxxx.databases.neo4j.io",
143143
"NEO4J_USERNAME": "<your-username>",
@@ -159,7 +159,7 @@ Alternatively, you can set environment variables:
159159
"-e", "NEO4J_URL=neo4j+s://xxxx.databases.neo4j.io",
160160
"-e", "NEO4J_USERNAME=<your-username>",
161161
"-e", "NEO4J_PASSWORD=<your-password>",
162-
"mcp/neo4j-memory:0.1.4"
162+
"mcp/neo4j-memory:0.1.5"
163163
]
164164
}
165165
}

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.4"
3+
version = "0.1.5"
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)