Releases: neo4j-contrib/mcp-neo4j
Releases · neo4j-contrib/mcp-neo4j
mcp-neo4j-data-modeling-v0.7.0
Fixed
- Fix bug in Dockerfile where build would fail due to
LABELstatement coming beforeFROMstatement
Changed
- Tools that received Pydantic objects as arguments now also accept JSON strings as input. This is for client applications that send JSON strings instead of objects for tool arguments. This is a workaround for client applications that don't adhere to the defined tool schemas and will be removed in the future once it is not needed.
Added
- Added JSON string parsing utils function. This is for client applications that send JSON strings instead of objects for tool arguments. This is a workaround for client applications that don't adhere to the defined tool schemas and will be removed in the future once it is not needed.
What's Changed
- All - patch dockerfiles by @a-s-g93 in #230
- Data modeling - allow JSON object and String as tool input by @a-s-g93 in #231
- Data modeling prep v0.7.0 by @a-s-g93 in #232
Full Changelog: mcp-neo4j-aura-manager-v0.4.6...mcp-neo4j-data-modeling-v0.7.0
mcp-neo4j-aura-manager-v0.4.6
Fixed
- Fix bug in Dockerfile where build would fail due to
LABELstatement coming beforeFROMstatement
Added
- Add
NEO4J_MCP_SERVER_STATELESSenvironment variable and--statelesscli flag to configure stateless http deployment options when using http or sse transport
What's Changed
- aura manager - add stateless flag by @a-s-g93 in #227
- aura manager - prep v0.4.6 by @a-s-g93 in #228
Full Changelog: mcp-neo4j-memory-v0.4.2...mcp-neo4j-aura-manager-v0.4.6
mcp-neo4j-memory-v0.4.2
What's Changed
Full Changelog: mcp-neo4j-aura-manager-v0.4.5...mcp-neo4j-memory-v0.4.2
mcp-neo4j-data-modeling-v0.6.1
What's Changed
- data modeling - add to github registry by @a-s-g93 in #214
- Data modeling add to GitHub registry - fix by @a-s-g93 in #215
- Data modeling add to GitHub registry by @a-s-g93 in #216
- Data modeling add to GitHub registry by @a-s-g93 in #217
- data modeling - prep v0.6.1 by @a-s-g93 in #218
Full Changelog: mcp-neo4j-data-modeling-v0.6.0...mcp-neo4j-data-modeling-v0.6.1
mcp-neo4j-cypher-v0.5.1
What's Changed
Full Changelog: mcp-neo4j-data-modeling-v0.6.1...mcp-neo4j-cypher-v0.5.1
mcp-neo4j-aura-manager-v0.4.5
What's Changed
- aura manager - patch mcp registry config by @a-s-g93 in #223
- aura manager - prep v0.4.5 by @a-s-g93 in #224
Full Changelog: mcp-neo4j-aura-manager-v0.4.4...mcp-neo4j-aura-manager-v0.4.5
mcp-neo4j-aura-manager-v0.4.4
What's Changed
- aura manager - add config to deploy to mcp registry by @a-s-g93 in #221
- aura manager - prep v0.4.4 by @a-s-g93 in #222
Full Changelog: mcp-neo4j-cypher-v0.5.1...mcp-neo4j-aura-manager-v0.4.4
mcp-neo4j-data-modeling-v0.6.0
Added
- Add import and export methods to
DataModelfor turtle OWL strings - Add MCP tools for loading and exporting turtle OWL files
What's Changed
- data modeling - add turtle owl import / export tools by @a-s-g93 in #210
- data modeling - prep v0.6.0 by @a-s-g93 in #213
Full Changelog: mcp-neo4j-cypher-v0.5.0...mcp-neo4j-data-modeling-v0.6.0
mcp-neo4j-cypher-v0.5.0
Added
- Add
NEO4J_SCHEMA_SAMPLE_SIZEenv variable andschema-sample-sizecli argument to configure theget_neo4j_schemasample size - Update write query detection to include
INSERTin regex check
What's Changed
- Fix write query detection to recognise
INSERT. by @michael-simons in #205 - Adding a NEO4J_SAMPLE parameter to enable control of apoc.meta.schema sample size by @mimomenome in #211
- cypher - prep v0.5.0 by @a-s-g93 in #212
New Contributors
- @pedroleitao-neo4j made their first contribution in #198
- @michael-simons made their first contribution in #205
- @mimomenome made their first contribution in #211
Full Changelog: mcp-neo4j-aura-manager-v0.4.3...mcp-neo4j-cypher-v0.5.0