This update changes how the VS Code extension discovers the latest server binary. Instead of relying on GitHub’s generic 'latest' release, it now dynamically probes for the most recent release tagged with the server/v* prefix. This ensures users are more reliably matched with compatible binary versions while maintaining a fallback to manual source builds.

Improve server installation logic by detecting latest 'server/v*' release tags - caiowilson/MCP-memento