Skip to content

v1.5.3

Latest

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 11 Jun 08:30
· 27 commits to main since this release
fa28dc5

v1.5.3 - 2026-06-10

Patch

  • Fixed the inputSchema advertised by get-schema and list-gds-procedures in the tools/list response. Both tools previously emitted a schema that required a spurious properties argument (an artefact of the EmptyInput workaround introduced for OpenAI compatibility). mcp-go v0.46+ already guarantees that a bare NewTool call emits "properties": {}, so the workaround is no longer needed.