This release adds the MEMENTO_CHANGE_DETECTOR environment variable, allowing users to explicitly configure how the server monitors repository changes. You can now choose between auto (filesystem watcher first, with fallback to Git polling for Git repos), fs (force filesystem watcher), or git (force Git status polling) to better suit your development environment. This update also improves the robustness of workspace switching and includes stability fixes for the VS Code extension installation process. Configuring stuff

Introduced configurable change detection strategy - caiowilson/MCP-memento