Skip to content

Commit 27dcebb

Browse files
authored
aura-management - fix docker hub integration bug #162
* change default transport in Dockerfile to stdio * Update CHANGELOG.md
1 parent 66bc239 commit 27dcebb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
### Fixed
44

55
### Changed
6+
* Change default transport in Dockerfile to `stdio`
67
* Split client, service and MCP classes into separate files
78
* Create centralized logger config in `utils.py`
89

servers/mcp-neo4j-cloud-aura-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN pip install --no-cache-dir -e .
2222
# Environment variables for Neo4j Aura API credentials
2323
ENV NEO4J_AURA_CLIENT_ID=""
2424
ENV NEO4J_AURA_CLIENT_SECRET=""
25-
ENV NEO4J_TRANSPORT="http"
25+
ENV NEO4J_TRANSPORT="stdio"
2626
ENV NEO4J_MCP_SERVER_HOST="127.0.0.1"
2727
ENV NEO4J_MCP_SERVER_PORT=8000
2828
ENV NEO4J_MCP_SERVER_PATH="/mcp/"

0 commit comments

Comments
 (0)