You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: servers/mcp-neo4j-cypher/CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,16 @@
1
1
## Next
2
2
3
3
### Fixed
4
-
* Fixed Cypher MCP Docker deployments by allowing user to declare NEO4J_MCP_SERVER_HOST and NEO4J_MCP_SERVER_PORT. Can now declare NEO4J_MCP_SERVER_HOST=0.0.0.0 to use Docker hosted Cypher MCP server.
5
4
6
5
### Changed
7
6
7
+
### Added
8
+
9
+
## v0.2.4
10
+
11
+
### Fixed
12
+
* Fixed Cypher MCP Docker deployments by allowing user to declare NEO4J_MCP_SERVER_HOST and NEO4J_MCP_SERVER_PORT. Can now declare NEO4J_MCP_SERVER_HOST=0.0.0.0 to use Docker hosted Cypher MCP server.
13
+
8
14
### Added
9
15
* NEO4J_MCP_SERVER_HOST and NEO4J_MCP_SERVER_PORT env variables
10
16
* --server-host and --server-port cli variables
@@ -15,7 +21,6 @@
15
21
* Namespace option via CLI or env variables. This allows many Cypher MCP servers to be used at once.
16
22
* Allow transport to be specified via env variables
0 commit comments