Releases: neo4j/mcp
Releases · neo4j/mcp
Release list
v1.5.3
v1.5.3 - 2026-06-10
Patch
- Fixed the inputSchema advertised by
get-schemaandlist-gds-proceduresin thetools/listresponse. Both tools previously emitted a schema that required a spuriouspropertiesargument (an artefact of theEmptyInputworkaround introduced for OpenAI compatibility). mcp-go v0.46+ already guarantees that a bareNewToolcall emits"properties": {}, so the workaround is no longer needed.
v1.5.2
v1.5.2 - 2026-04-23
Patch
- Fix read-cypher/write-cypher tools/list: invopop-style jsonschema tags failed silently under google/jsonschema-go, so inputSchema was empty (no query/params).
v1.5.1
v1.5.1 - 2026-04-15
Patch
- Update mcp-go sdk dependency
v1.5.0
v1.5.0 - 2026-03-24
Minor
- Introduce a /healtz endpoint to provide liveness and readiness checks for infrastructure monitoring and orchestration.
v1.4.7
v1.4.7 - 2026-03-24
Patch
- Update dependencies, including mark3labs/mcp-go for improved protocol support and bug fixes.
v1.4.6
v1.4.6 - 2026-03-11
Patch
- Preflight checks has been modified to support multi-db when user has no access to dbms default db. A dummy query against the target database is instead performed.
v1.4.5
v1.4.5 - 2026-03-05
Patch
- Fix compatibility issue to consumers that requires input schema properties to be defined, such as OpenAPI API.
v1.4.4
v1.4.4 - 2026-03-02
Patch
- Reject GET requests with 405 Method Not Allowed for MCP spec compliance and better security.
v1.4.3
v1.4.3 - 2026-02-27
Patch
- Allows listing tools without authentication if the environment variable
NEO4J_HTTP_ALLOW_UNAUTHENTICATED_TOOLS_LISTor argument `--neo4j-http-allow-unauth
v1.4.2
v1.4.2 - 2026-02-25
Patch
- An incremental build, to release new build workflow.