We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e979c72 commit 66bc239Copy full SHA for 66bc239
servers/mcp-neo4j-memory/CHANGELOG.md
@@ -3,6 +3,7 @@
3
### Fixed
4
5
### Changed
6
+* Change default transport to `stdio` in Dockerfile
7
8
### Added
9
servers/mcp-neo4j-memory/Dockerfile
@@ -24,7 +24,7 @@ ENV NEO4J_URL="bolt://host.docker.internal:7687"
24
ENV NEO4J_USERNAME="neo4j"
25
ENV NEO4J_PASSWORD="password"
26
ENV NEO4J_DATABASE="neo4j"
27
-ENV NEO4J_TRANSPORT="http"
+ENV NEO4J_TRANSPORT="stdio"
28
ENV NEO4J_MCP_SERVER_HOST="0.0.0.0"
29
ENV NEO4J_MCP_SERVER_PORT="8000"
30
ENV NEO4J_MCP_SERVER_PATH="/api/mcp/"
0 commit comments