Skip to content

Commit 9d1efc0

Browse files
Merge pull request #14 from neo4j/first-release
Pre-release Neo4j MCP v.0.1.0
2 parents 1f3c862 + 0e50454 commit 9d1efc0

File tree

4 files changed

+7
-13
lines changed

4 files changed

+7
-13
lines changed

.changes/unreleased/Added-20250916-153902.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
kind: Minor
2+
body: First pre-release of the Neo4j MCP server with two initial tools, "get-schema" for retrieving database schema information, "run-cypher" for executing Cypher queries.
3+
time: 2025-09-17T10:47:15.849194+01:00

.changie.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,11 @@ versionFormat: '## {{.Version}} - {{.Time.Format "2006-01-02"}}'
77
kindFormat: '### {{.Kind}}'
88
changeFormat: '* {{.Body}}'
99
kinds:
10-
- label: Added
11-
auto: minor
12-
- label: Changed
10+
- label: Major
1311
auto: major
14-
- label: Deprecated
12+
- label: Minor
1513
auto: minor
16-
- label: Removed
17-
auto: major
18-
- label: Fixed
19-
auto: patch
20-
- label: Security
14+
- label: Patch
2115
auto: patch
2216
newlines:
2317
afterChangelogHeader: 1

internal/server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type Neo4jMCPServer struct {
2424
func NewNeo4jMCPServer(cfg *config.Config) (*Neo4jMCPServer, error) {
2525
mcpServer := server.NewMCPServer(
2626
"neo4j-mcp",
27-
"0.0.1",
27+
"0.1.0",
2828
server.WithToolCapabilities(true),
2929
)
3030

0 commit comments

Comments
 (0)