Skip to content

mcp-neo4j-memory-v0.2.0

Choose a tag to compare

@a-s-g93 a-s-g93 released this 18 Jul 20:24
· 65 commits to main since this release
2cff60f

v0.2.0

Fixed

  • Fix bug in search_nodes method where query arg wasn't passed properly
  • Fix bug where stdio transport was always selected
  • Fixed argument parsing in server init

Changed

  • Implement FastMCP with function decorators to simplify server code
  • Add HTTP transport option
  • Migrate to FastMCP v2.x
  • rename tools to be more clear - search_nodes into search_memories and find_nodes into find_memories_by_name
  • Update underlying Pydantic class ObservationAddition to have observations field to be consistent with ObservationDeletion class
  • Update Dockerfile to include NEO4J_DATABASE, NEO4J_TRANSPORT, NEO4J_MCP_SERVER_HOST, NEO4J_MCP_SERVER_PORT and NEO4J_MCP_SERVER_PATH env variables

What's Changed

Full Changelog: mcp-neo4j-cypher-v0.3.0...mcp-neo4j-memory-v0.2.0