Bug Description
If you run a newer version of an MCP server than what's in the registry, the desktop app suggests a downgrade to match the registry. Seems it's doing a simple match and not a semver-aware check?
In my case, I edited my playwright server to bump it to v0.0.77, but the UI is prompting me to downgrade to v0.0.70.
Steps to Reproduce
- Run Playwright from the registry
- Edit the workload to bump the image from the registry's v0.0.70 to v0.0.77
- Note the update icon appears, suggesting a downgrade
Expected Behavior
The app should do a semver-aware check and only suggest an update if the registry version is newer than the running version.
Actual Behavior
No response
Priority
Low
Environment
App version: 0.36.6
Additional Context
No response
Bug Description
If you run a newer version of an MCP server than what's in the registry, the desktop app suggests a downgrade to match the registry. Seems it's doing a simple match and not a semver-aware check?
In my case, I edited my playwright server to bump it to v0.0.77, but the UI is prompting me to downgrade to v0.0.70.
Steps to Reproduce
Expected Behavior
The app should do a semver-aware check and only suggest an update if the registry version is newer than the running version.
Actual Behavior
No response
Priority
Low
Environment
App version: 0.36.6
Additional Context
No response