Skip to content

Commit 3775609

Browse files
Merge pull request #110 from neo4j/release/v1.0.0
Release v1.0.0
2 parents 56bb8d0 + 1aa3db6 commit 3775609

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

.changes/unreleased/Major-20251124-140420.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Minor-20251120-225255.yaml

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changes/unreleased/Patch-20251121-200657.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/v1.0.0.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
## v1.0.0 - 2025-11-24
2+
### Major
3+
* Official 1.0.0 GA release of the Neo4j MCP server.
4+
### Minor
5+
* 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.
6+
### Patch
7+
* Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
66
and is generated by [Changie](https://github.com/miniscruff/changie).
77

88

9+
## v1.0.0 - 2025-11-24
10+
### Major
11+
* Official 1.0.0 GA release of the Neo4j MCP server.
12+
### Minor
13+
* 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.
14+
### Patch
15+
* Extend analytics insights with dbms.components information such as "Edition", "Neo4j version", "MCP Version", "Cypher Version"
16+
917
## v0.5.0 - 2025-11-20
1018
### Minor
1119
* 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.

0 commit comments

Comments
 (0)