Releases: neo4j/mcp
Releases · neo4j/mcp
v0.1.3
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
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
v0.1.1 - 2025-09-18
Patch
- MCP server version is now returned when "-v" flag is passed. "neo4j-mcp -v"
v0.1.0
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.