Skip to content

v0.1.25

Choose a tag to compare

@memtomem memtomem released this 02 Jun 06:25
37fb5ae

Maintenance release on top of v0.1.24.

Fixed

  • mms server shuts down cleanly on stdio EOF (#410) — when an MCP client closes the stdio transport, AnyIO could raise RuntimeError: Attempted to exit a cancel scope… during teardown. server.main() now recognizes the two known AnyIO cancel-scope-shutdown messages, logs them once at WARNING as ignored, and returns; any other RuntimeError keeps the original logger.exception(...) + re-raise path so genuine failures are not masked.

Full notes: see CHANGELOG.md → 0.1.25.