Skip to content

Commit fc590cb

Browse files
authored
data modeling - prep v0.5.1 (#196)
1 parent 7cb1af4 commit fc590cb

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

servers/mcp-neo4j-data-modeling/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.5.1
10+
711
### Added
812
* Add namespacing support for multi-tenant deployments with `--namespace` CLI argument and `NEO4J_NAMESPACE` environment variable
913

servers/mcp-neo4j-data-modeling/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Add the server to your `claude_desktop_config.json` with the transport method sp
188188
"mcpServers": {
189189
"neo4j-data-modeling": {
190190
"command": "uvx",
191-
"args": [ "[email protected].0", "--transport", "stdio" ]
191+
"args": [ "[email protected].1", "--transport", "stdio" ]
192192
}
193193
}
194194
```

servers/mcp-neo4j-data-modeling/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-data-modeling"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
description = "A simple Neo4j MCP server for creating graph data models."
55
readme = "README.md"
66
requires-python = ">=3.10,<4.0"

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