Skip to content

v0.14.1 — cap mcp<2.0.0 (server crash-loop fix)

Choose a tag to compare

@CocoRoF CocoRoF released this 05 Aug 10:23
· 14 commits to main since this release

Dependency fix. mcp 2.0.0 (freshly released) dropped the mcp.server.fastmcp module that edit2docs.mcp.server imports. The unbounded mcp>=1.0.0 floor silently resolved 2.0.0 on a clean build, crash-looping edit2docs serve with ModuleNotFoundError: No module named 'mcp.server.fastmcp'.

Capped to mcp>=1.0.0,<2.0.0 (resolves 1.29.0, which still ships FastMCP). Library consumers that don't import the hosted-server path (e.g. geny-executor) were unaffected. Full suite green (868 passed).

Full changelog: README Version history.