Under the hood
The memory-read tool's internal setup was rewritten to a newer factory pattern, likely with no visible change
What
The tool that reads memory documents (likely the one behind project_memory_read) was restructured internally: instead of a plain method taking a store, path, and an abort controller, it now uses a create() factory function that returns an object whose call method takes a cancellation signal directly. This matches a newer coding pattern already used by other tools.
Why
This is an internal refactor rather than a behavior change, and it doesn't appear to affect what the tool does when reading memory documents.