Skip to content

Commit 02ab9e5

Browse files
authored
aura manager - prep v0.4.4 (#222)
1 parent e16375f commit 02ab9e5

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

servers/mcp-neo4j-cloud-aura-api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
### Changed
66

7+
### Added
8+
9+
## v0.4.4
10+
711
### Added
812
* Add config and Github workflow to add server to Github MCP Registry
913

servers/mcp-neo4j-cloud-aura-api/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Add the server to your `claude_desktop_config.json`:
124124
"neo4j-aura": {
125125
"command": "uvx",
126126
"args": [
127-
127+
128128
"--client-id",
129129
"<your-client-id>",
130130
"--client-secret",
@@ -140,7 +140,7 @@ Alternatively, you can set environment variables:
140140
"mcpServers": {
141141
"neo4j-aura": {
142142
"command": "uvx",
143-
"args": [ "[email protected].3" ],
143+
"args": [ "[email protected].4" ],
144144
"env": {
145145
"NEO4J_AURA_CLIENT_ID": "<your-client-id>",
146146
"NEO4J_AURA_CLIENT_SECRET": "<your-client-secret>"
@@ -160,7 +160,7 @@ Alternatively, you can set environment variables:
160160
"--rm",
161161
"-e", "NEO4J_AURA_CLIENT_ID=${NEO4J_AURA_CLIENT_ID}",
162162
"-e", "NEO4J_AURA_CLIENT_SECRET=${NEO4J_AURA_CLIENT_SECRET}",
163-
"mcp-neo4j-aura-manager:0.4.3"
163+
"mcp-neo4j-aura-manager:0.4.4"
164164
]
165165
}
166166
}
@@ -175,7 +175,7 @@ The server supports namespacing to prefix tool names for multi-tenant deployment
175175
"neo4j-aura-app1": {
176176
"command": "uvx",
177177
"args": [
178-
178+
179179
"--client-id", "<your-client-id>",
180180
"--client-secret", "<your-client-secret>",
181181
"--namespace", "app1"
@@ -184,7 +184,7 @@ The server supports namespacing to prefix tool names for multi-tenant deployment
184184
"neo4j-aura-app2": {
185185
"command": "uvx",
186186
"args": [
187-
187+
188188
"--client-id", "<your-client-id>",
189189
"--client-secret", "<your-client-secret>",
190190
"--namespace", "app2"

servers/mcp-neo4j-cloud-aura-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mcp-neo4j-aura-manager"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
description = "MCP Neo4j Aura Database Instance Manager"
55
readme = "README.md"
66
requires-python = ">=3.10"

servers/mcp-neo4j-cloud-aura-api/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"registryType": "pypi",
1414
"identifier": "mcp-neo4j-aura-manager",
15-
"version": "0.4.3",
15+
"version": "0.4.4",
1616
"transport": {
1717
"type": "stdio"
1818
},

servers/mcp-neo4j-cloud-aura-api/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)