Skip to content

Commit deba7fe

Browse files
authored
memory - bump versions, test in claude (#140)
1 parent ee43d38 commit deba7fe

File tree

4 files changed

+11
-5
lines changed

4 files changed

+11
-5
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.3.0
10+
511
### Changed
612
* Update tool return type hints for structured output
713
* Move `Neo4jMemory` class and related classes to separate file

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.2.0",
122+
"mcp-neo4j-memory@0.3.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.2.0" ],
140+
"args": [ "mcp-neo4j-memory@0.3.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.2.0"
192+
"mcp/neo4j-memory:0.3.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.2.0"
3+
version = "0.3.0"
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)