Skip to content

Commit 5d9461c

Browse files
committed
reimplement driver.execute_query, general cleanup
1 parent 7a0f53d commit 5d9461c

File tree

2 files changed

+171
-179
lines changed

2 files changed

+171
-179
lines changed

servers/mcp-neo4j-memory/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
22

33
### Fixed
44
* Fix bug in `search_nodes` method where query arg wasn't passed properly
5+
* Fix bug where stdio transport was always selected
56

67
### Changed
78
* Implement FastMCP with function decorators to simplify server code
89
* Add HTTP transport option
910
* Migrate to FastMCP v2.x
1011

1112
### Added
13+
* Add compatibility for NEO4J_URI and NEO4J_URL env variables
1214

1315
## v0.1.5
1416

0 commit comments

Comments
 (0)