Skip to content

Commit 7769800

Browse files
committed
Update CHANGELOG.md
1 parent c226fc8 commit 7769800

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

servers/mcp-neo4j-memory/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@
33
### Fixed
44
* Fix bug in `search_nodes` method where query arg wasn't passed properly
55
* Fix bug where stdio transport was always selected
6+
* Fixed argument parsing in server init
67

78
### Changed
89
* Implement FastMCP with function decorators to simplify server code
910
* Add HTTP transport option
1011
* Migrate to FastMCP v2.x
1112
* rename tools to be more clear - `search_nodes` into `search_memories` and `find_nodes` into `find_memories_by_name`
1213
* Update underlying Pydantic class `ObservationAddition` to have `observations` field to be consistent with `ObservationDeletion` class
14+
* Update Dockerfile to include `NEO4J_DATABASE`, `NEO4J_TRANSPORT`, `NEO4J_MCP_SERVER_HOST`, `NEO4J_MCP_SERVER_PORT` and `NEO4J_MCP_SERVER_PATH` env variables
1315

1416
### Added
1517
* Add compatibility for NEO4J_URI and NEO4J_URL env variables
18+
* Command in Makefile to easily build and deploy Docker image locally
1619

1720
## v0.1.5
1821

0 commit comments

Comments
 (0)