Skip to content

v0.5.2

Choose a tag to compare

@github-actions github-actions released this 11 Jul 10:20
d32bba9

Release notes

Fixed

  • Python MCP console entrypointaxint-mcp-py now enters the async stdio server through a synchronous asyncio.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 axint

Full changelog

What's Changed

  • Fix Python MCP entrypoint and release 0.5.2 by @nimatime in #342

Full Changelog: v0.5.1...v0.5.2