Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions servers/mcp-neo4j-data-modeling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
## Next

### Fixed
* Shorten tool name `export_to_neo4j_python_graphrag_package_schema` to `export_to_neo4j_graphrag_pkg_schema` to be under 60 characters including the default server name.
* Shorten tool name `load_from_neo4j_python_graphrag_package_schema` to `load_from_neo4j_graphrag_pkg_schema` to be under 60 characters including the default server name.

### Changed

### Added

## v0.8.1

### Fixed
* Shorten tool name `export_to_neo4j_python_graphrag_package_schema` to `export_to_neo4j_graphrag_pkg_schema` to be under 60 characters including the default server name.
* Shorten tool name `load_from_neo4j_python_graphrag_package_schema` to `load_from_neo4j_graphrag_pkg_schema` to be under 60 characters including the default server name.

### Added
* Update README to include new tools and optional `return_validated` argument to validation tools

Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-data-modeling/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.12-slim
LABEL io.modelcontextprotocol.server.name="io.github.neo4j-contrib/mcp-neo4j-data-modeling"
LABEL version="0.8.0"
LABEL version="0.8.1"


# Set working directory
Expand Down
6 changes: 3 additions & 3 deletions servers/mcp-neo4j-data-modeling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ Add the server to your `claude_desktop_config.json` with the transport method sp
"mcpServers": {
"neo4j-data-modeling": {
"command": "uvx",
"args": [ "[email protected].0", "--transport", "stdio" ]
"args": [ "[email protected].1", "--transport", "stdio" ]
}
}
```
Expand All @@ -238,11 +238,11 @@ The server supports namespacing the server tools:
"mcpServers": {
"neo4j-data-modeling-app1": {
"command": "uvx",
"args": [ "[email protected].0", "--transport", "stdio", "--namespace", "app1" ]
"args": [ "[email protected].1", "--transport", "stdio", "--namespace", "app1" ]
},
"neo4j-data-modeling-app2": {
"command": "uvx",
"args": [ "[email protected].0", "--transport", "stdio", "--namespace", "app2" ]
"args": [ "[email protected].1", "--transport", "stdio", "--namespace", "app2" ]
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-data-modeling/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-neo4j-data-modeling"
version = "0.8.0"
version = "0.8.1"
description = "A simple Neo4j MCP server for creating graph data models."
readme = "README.md"
requires-python = ">=3.10,<4.0"
Expand Down
4 changes: 2 additions & 2 deletions servers/mcp-neo4j-data-modeling/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
"source": "github",
"subfolder": "servers/mcp-neo4j-data-modeling"
},
"version": "0.8.0",
"version": "0.8.1",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-neo4j-data-modeling",
"version": "0.8.0",
"version": "0.8.1",
"transport": {
"type": "stdio"
},
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-data-modeling/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.