Skip to content

v0.2.4

Choose a tag to compare

@malkreide malkreide released this 31 Jul 15:22
0688d0d

[v0.2.4] — 2026-07-30

Fixed

  • The User-Agent reports the actual package version again. The published
    0.2.3 sent swiss-democracy-mcp/1.0.0 to every upstream — the version string was
    hardcoded and had been left behind by earlier bumps. The version now comes
    from the package metadata, so it can no longer drift from the package.

  • Capped mcp at <2. mcp 2.0.0, published 2026-07-28, removed
    mcp.server.fastmcp — the module this server imports. With the previous
    unbounded >=1.28.1 every fresh resolve picked 2.0.0 and failed at import
    with ModuleNotFoundError, in CI and for anyone running pip install alike.
    Verified in both directions: 2.0.0 fails, <2 resolves to 1.29.0 and imports
    cleanly. Migrating to the 2.x API (mcp.server.mcpserver) stays a separate,
    deliberate piece of work.