Skip to content

Commit fbf4706

Browse files
authored
data modeling - prep v0.6.0 (#213)
1 parent c13efa1 commit fbf4706

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.6.0
10+
711
### Added
812
* Add import and export methods to `DataModel` for turtle OWL strings
913
* Add MCP tools for loading and exporting turtle OWL files

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ Add the server to your `claude_desktop_config.json` with the transport method sp
202202
"mcpServers": {
203203
"neo4j-data-modeling": {
204204
"command": "uvx",
205-
"args": [ "mcp-neo4j-data-modeling@0.5.1", "--transport", "stdio" ]
205+
"args": [ "mcp-neo4j-data-modeling@0.6.0", "--transport", "stdio" ]
206206
}
207207
}
208208
```

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.1"
3+
version = "0.6.0"
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)