Skip to content

Commit 0e648fd

Browse files
authored
aura manager - prep v0.4.3 (#197)
1 parent fc590cb commit 0e648fd

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
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.3
10+
711
### Added
812
* Add namespacing support for multi-tenant deployments with `--namespace` CLI argument and `NEO4J_NAMESPACE` environment variable
913

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Add the server to your `claude_desktop_config.json`:
122122
"neo4j-aura": {
123123
"command": "uvx",
124124
"args": [
125-
125+
126126
"--client-id",
127127
"<your-client-id>",
128128
"--client-secret",
@@ -138,7 +138,7 @@ Alternatively, you can set environment variables:
138138
"mcpServers": {
139139
"neo4j-aura": {
140140
"command": "uvx",
141-
"args": [ "[email protected].2" ],
141+
"args": [ "[email protected].3" ],
142142
"env": {
143143
"NEO4J_AURA_CLIENT_ID": "<your-client-id>",
144144
"NEO4J_AURA_CLIENT_SECRET": "<your-client-secret>"
@@ -158,7 +158,7 @@ Alternatively, you can set environment variables:
158158
"--rm",
159159
"-e", "NEO4J_AURA_CLIENT_ID=${NEO4J_AURA_CLIENT_ID}",
160160
"-e", "NEO4J_AURA_CLIENT_SECRET=${NEO4J_AURA_CLIENT_SECRET}",
161-
"mcp-neo4j-aura-manager:0.4.2"
161+
"mcp-neo4j-aura-manager:0.4.3"
162162
]
163163
}
164164
}
@@ -173,7 +173,7 @@ The server supports namespacing to prefix tool names for multi-tenant deployment
173173
"neo4j-aura-app1": {
174174
"command": "uvx",
175175
"args": [
176-
176+
177177
"--client-id", "<your-client-id>",
178178
"--client-secret", "<your-client-secret>",
179179
"--namespace", "app1"
@@ -182,7 +182,7 @@ The server supports namespacing to prefix tool names for multi-tenant deployment
182182
"neo4j-aura-app2": {
183183
"command": "uvx",
184184
"args": [
185-
185+
186186
"--client-id", "<your-client-id>",
187187
"--client-secret", "<your-client-secret>",
188188
"--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.2"
3+
version = "0.4.3"
44
description = "MCP Neo4j Aura Database Instance Manager"
55
readme = "README.md"
66
requires-python = ">=3.10"

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)