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
8 changes: 7 additions & 1 deletion servers/mcp-neo4j-cloud-aura-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
## Next

### Fixed
* Fix bug in Dockerfile where build would fail due to `LABEL` statement coming before `FROM` statement

### Changed

### Added

## v0.4.6

### Fixed
* Fix bug in Dockerfile where build would fail due to `LABEL` statement coming before `FROM` statement

### Added
* Add `NEO4J_MCP_SERVER_STATELESS` environment variable and `--stateless` cli flag to configure stateless http deployment options when using http or sse transport

Expand Down
10 changes: 5 additions & 5 deletions servers/mcp-neo4j-cloud-aura-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ Add the server to your `claude_desktop_config.json`:
"neo4j-aura": {
"command": "uvx",
"args": [
"[email protected].5",
"[email protected].6",
"--client-id",
"<your-client-id>",
"--client-secret",
Expand All @@ -140,7 +140,7 @@ Alternatively, you can set environment variables:
"mcpServers": {
"neo4j-aura": {
"command": "uvx",
"args": [ "[email protected].5" ],
"args": [ "[email protected].6" ],
"env": {
"NEO4J_AURA_CLIENT_ID": "<your-client-id>",
"NEO4J_AURA_CLIENT_SECRET": "<your-client-secret>"
Expand All @@ -160,7 +160,7 @@ Alternatively, you can set environment variables:
"--rm",
"-e", "NEO4J_AURA_CLIENT_ID=${NEO4J_AURA_CLIENT_ID}",
"-e", "NEO4J_AURA_CLIENT_SECRET=${NEO4J_AURA_CLIENT_SECRET}",
"mcp-neo4j-aura-manager:0.4.5"
"mcp-neo4j-aura-manager:0.4.6"
]
}
}
Expand All @@ -175,7 +175,7 @@ The server supports namespacing to prefix tool names for multi-tenant deployment
"neo4j-aura-app1": {
"command": "uvx",
"args": [
"[email protected].5",
"[email protected].6",
"--client-id", "<your-client-id>",
"--client-secret", "<your-client-secret>",
"--namespace", "app1"
Expand All @@ -184,7 +184,7 @@ The server supports namespacing to prefix tool names for multi-tenant deployment
"neo4j-aura-app2": {
"command": "uvx",
"args": [
"[email protected].5",
"[email protected].6",
"--client-id", "<your-client-id>",
"--client-secret", "<your-client-secret>",
"--namespace", "app2"
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-cloud-aura-api/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "mcp-neo4j-aura-manager"
version = "0.4.5"
version = "0.4.6"
description = "MCP Neo4j Aura Database Instance Manager"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-cloud-aura-api/server.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{
"registryType": "pypi",
"identifier": "mcp-neo4j-aura-manager",
"version": "0.4.5",
"version": "0.4.6",
"transport": {
"type": "stdio"
},
Expand Down
2 changes: 1 addition & 1 deletion servers/mcp-neo4j-cloud-aura-api/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.