This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+3 more
Summary
AI summaryReverted ProcessPoolExecutor to asyncio.to_thread() fixing production deployment failure on FastMCP Cloud Lambda.
Full changelog
Lambda Deployment Fix
Fixes a production deployment failure on FastMCP Cloud (Lambda) caused by ProcessPoolExecutor calling fork_exec(sys.executable) at import time, where sys.executable is invalid.
Installation
# Local (stdio transport)
uvx math-mcp-learning-server
# Remote (streamable HTTP, no install needed)
# https://math-mcp.fastmcp.app/mcp
What's Changed
Fixes
- Revert ProcessPoolExecutor: Replaced with
asyncio.to_thread()for Lambda compatibility (#202)
Full Changelog: https://github.com/clouatre-labs/math-mcp-learning-server/compare/v0.11.0...v0.11.1
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About clouatre-labs/math-mcp-learning-server
Educational MCP server for math operations, statistics, visualization, and persistent workspaces. Built with FastMCP 2.0.
Related context
Beta — feedback welcome: [email protected]