server/v1.0.1
caiowilson/MCP-memento • 4:27 PM - Jul 22, 2026
This release introduces adaptive Git polling, which dynamically adjusts the polling frequency based on repository activity to improve resource efficiency. The interval now backs off from 2 seconds to a maximum of 30 seconds when idle, while automatically resetting to 2 seconds upon tool activity or new git changes. Additionally, per-process jitter has been added to prevent synchronized scanning across concurrent sessions, and the system now correctly recognizes linked worktrees without shelling out to Git. 