Skip to content

Commit c9cb26a

Browse files
authored
data modeling - prep v0.3.0 (#128)
- update changelog, versions, python deps
1 parent 9db1b7d commit c9cb26a

File tree

5 files changed

+1660
-6
lines changed

5 files changed

+1660
-6
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
## Next
22

33
### Fixed
4-
* Remove back slashes from f-string in Mermaid config generation
54

65
### Changed
76

7+
### Added
8+
9+
## v0.3.0
10+
11+
### Fixed
12+
* Remove back slashes from f-string in Mermaid config generation
13+
814
### Added
915
* Update PR workflow to iterate over Python 3.10 to 3.13
1016
* Add example data model resources

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Add the server to your `claude_desktop_config.json` with the transport method sp
164164
"mcpServers": {
165165
"neo4j-data-modeling": {
166166
"command": "uvx",
167-
"args": [ "mcp-neo4j-data-modeling@0.2.0", "--transport", "stdio" ]
167+
"args": [ "mcp-neo4j-data-modeling@0.3.0", "--transport", "stdio" ]
168168
}
169169
}
170170
```

0 commit comments

Comments
 (0)