Skip to content

Releases: neo4j/mcp

v1.5.3

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 11 Jun 08:30
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.

v1.5.2

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 23 Apr 12:29
a537aba

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

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 15 Apr 15:45
4c83656

v1.5.1 - 2026-04-15

Patch

  • Update mcp-go sdk dependency

v1.5.0

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 24 Mar 16:26
8dfc113

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

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 24 Mar 16:24
37fddd2

v1.4.7 - 2026-03-24

Patch

  • Update dependencies, including mark3labs/mcp-go for improved protocol support and bug fixes.

v1.4.6

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 11 Mar 12:01
0839b38

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

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 05 Mar 12:08
0477d1c

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

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 02 Mar 11:50
0dc3d31

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

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 27 Feb 15:24
135ebeb

v1.4.3 - 2026-02-27

Patch

  • Allows listing tools without authentication if the environment variable NEO4J_HTTP_ALLOW_UNAUTHENTICATED_TOOLS_LIST or argument `--neo4j-http-allow-unauth

v1.4.2

Choose a tag to compare

@neo4j-team-graphql neo4j-team-graphql released this 25 Feb 10:11
7ca066d

v1.4.2 - 2026-02-25

Patch

  • An incremental build, to release new build workflow.