Skip to content

Commit 9bbf5c8

Browse files
MacondoExpressgithub-actions[bot]
authored andcommitted
Release v1.5.3
1 parent 01fc4ba commit 9bbf5c8

3 files changed

Lines changed: 7 additions & 9 deletions

File tree

.changes/unreleased/Patch-20260610-150742.yaml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changes/v1.5.3.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## v1.5.3 - 2026-06-10
2+
### Patch
3+
* 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.

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v1.5.3 - 2026-06-10
10+
### Patch
11+
* 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.
12+
913
## v1.5.2 - 2026-04-23
1014
### Patch
1115
* Fix read-cypher/write-cypher tools/list: invopop-style jsonschema tags failed silently under google/jsonschema-go, so inputSchema was empty (no query/params).

0 commit comments

Comments
 (0)