mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-24 06:45:21 +02:00
The lockfile was out of sync because pyproject.toml was updated (version bump to 0.6.3, httpx<0.28 constraint) but uv.lock wasn't regenerated. This became a CI failure after switching from --frozen to --locked in #1852.