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