v0.5.2
Release notes
Fixed
- Python MCP console entrypoint —
axint-mcp-pynow enters the async stdio server through a synchronousasyncio.run(...)boundary instead of returning an un-awaited coroutine and exiting immediately. - Installed-package verification — the Python test suite now asserts that console entrypoints remain synchronous even when their transport implementation is asynchronous.
Why this matters
- A fresh Python package install now starts the MCP server through the same console path users configure in their host.
Install
npm install -g @axint/compiler
pip install axintWhat's Changed
Full Changelog: v0.5.1...v0.5.2