Skip to content

Commit f74a4f2

Browse files
authored
Data modeling prep v0.7.0 (#232)
* bump versions, update changelog, add version label to dockerfile * Update README.md
1 parent fc031f3 commit f74a4f2

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

servers/mcp-neo4j-data-modeling/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.7.0
10+
311
### Fixed
412
* Fix bug in Dockerfile where build would fail due to `LABEL` statement coming before `FROM` statement
513

servers/mcp-neo4j-data-modeling/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM python:3.12-slim
22
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
3+
LABEL version="0.7.0"
4+
35

46
# Set working directory
57
WORKDIR /app

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ Add the server to your `claude_desktop_config.json` with the transport method sp
204204
"mcpServers": {
205205
"neo4j-data-modeling": {
206206
"command": "uvx",
207-
"args": [ "mcp-neo4j-data-modeling@0.6.1", "--transport", "stdio" ]
207+
"args": [ "mcp-neo4j-data-modeling@0.7.0", "--transport", "stdio" ]
208208
}
209209
}
210210
```
@@ -217,11 +217,11 @@ The server supports namespacing the server tools:
217217
"mcpServers": {
218218
"neo4j-data-modeling-app1": {
219219
"command": "uvx",
220-
"args": [ "mcp-neo4j-data-modeling@0.4.0", "--transport", "stdio", "--namespace", "app1" ]
220+
"args": [ "mcp-neo4j-data-modeling@0.7.0", "--transport", "stdio", "--namespace", "app1" ]
221221
},
222222
"neo4j-data-modeling-app2": {
223223
"command": "uvx",
224-
"args": [ "mcp-neo4j-data-modeling@0.4.0", "--transport", "stdio", "--namespace", "app2" ]
224+
"args": [ "mcp-neo4j-data-modeling@0.7.0", "--transport", "stdio", "--namespace", "app2" ]
225225
}
226226
}
227227
```

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.6.1"
3+
version = "0.7.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/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
"source": "github",
88
"subfolder": "servers/mcp-neo4j-data-modeling"
99
},
10-
"version": "1.0.0",
10+
"version": "0.7.0",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"identifier": "mcp-neo4j-data-modeling",
15-
"version": "0.6.1",
15+
"version": "0.7.0",
1616
"transport": {
1717
"type": "stdio"
1818
},

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)