Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .changes/unreleased/Major-20251124-140420.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions .changes/unreleased/Minor-20251120-225255.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Patch-20251121-200657.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v1.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## v1.0.0 - 2025-11-24
### Major
* Official 1.0.0 GA release of the Neo4j MCP server.
### Minor
* The `get-schema` tool now returns a more concise, token-efficient JSON output. The `sample-size` parameter is now configured via the `NEO4J_SCHEMA_SAMPLE_SIZE` environment variable. Alternatively the argument `--neo4j-schema-sample-size` can be used.
### Patch
* Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version"
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## v1.0.0 - 2025-11-24
### Major
* Official 1.0.0 GA release of the Neo4j MCP server.
### Minor
* The `get-schema` tool now returns a more concise, token-efficient JSON output. The `sample-size` parameter is now configured via the `NEO4J_SCHEMA_SAMPLE_SIZE` environment variable. Alternatively the argument `--neo4j-schema-sample-size` can be used.
### Patch
* Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version"

## v0.5.0 - 2025-11-20
### Minor
* The server now performs comprehensive pre-flight checks to verify your environment, including Neo4j connection, query capabilities, APOC installation, and will gracefully start without GDS-specific tools if the GDS library is not found.
Expand Down