Skip to content

Releases: neo4j/mcp

v0.1.3

24 Sep 13:09
ab96c55
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

v0.1.3 - 2025-09-23

Patch

  • Enhanced MCP tool annotations by adding title, destructive, idempotent, and open-world hints for get-schema and run-cypher tools to improve client understanding and behavior

v0.1.2

19 Sep 12:22
1049f75
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release

v0.1.2 - 2025-09-19

Patch

  • Improve server discoverability and tool descriptions:
  • Add server instructions to better describe the Neo4j MCP server capabilities
  • Enhanced get-schema tool description to clarify behavior with empty databases
  • Improved run-cypher tool description for better clarity
  • Add specific message when get-schema is called on empty Neo4j database

v0.1.1

18 Sep 13:27
e841ebd
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release

v0.1.1 - 2025-09-18

Patch

  • MCP server version is now returned when "-v" flag is passed. "neo4j-mcp -v"

v0.1.0

17 Sep 16:57
d8ba435
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

v0.1.0 - 2025-09-17

Minor

  • First pre-release of the Neo4j MCP server with two initial tools, "get-schema" for retrieving database schema information, "run-cypher" for executing Cypher.