v0.1.25
Maintenance release on top of v0.1.24.
Fixed
mmsserver shuts down cleanly on stdio EOF (#410) — when an MCP client closes the stdio transport, AnyIO could raiseRuntimeError: 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 otherRuntimeErrorkeeps the originallogger.exception(...)+ re-raise path so genuine failures are not masked.
Full notes: see CHANGELOG.md → 0.1.25.