Skip to content

v0.6.1

Latest

Choose a tag to compare

@arben-adm arben-adm released this 23 Aug 20:00
· 9 commits to master since this release
f0a405d

Fixed

  • uvx mcp-sequential-thinking failed with ModuleNotFoundError: No module named 'mcp.server.fastmcp' because the mcp dependency had no upper bound and uvx re-resolves against the published index, pulling in mcp 2.0.0, which removed mcp.server.fastmcp. The dependency is now pinned to mcp>=1.2.0,<2.0.0. The [cli] extra was also dropped since nothing in this project uses mcp.cli, mcp dev, or mcp install. (#27)

Full changelog: https://github.com/arben-adm/mcp-sequential-thinking/blob/master/CHANGELOG.md#061---2026-08-23