Skip to content

Releases: jshsakura/a360-mcp

Release list

Release v0.1.1

Choose a tag to compare

@github-actions github-actions released this 10 Aug 01:24

Changes

See commit history for details.

Update

uvx caches the last version — it does not auto-update. Upgrade via uv:

uvx --refresh --from a360-mcp a360-mcp --version

After updating, restart your MCP client to load the new version.

If uvx is blocked

Windows Smart App Control blocks uvx — it unpacks an unsigned temporary
executable on every run. Install with pip instead:

pip install --upgrade a360-mcp

Then set the MCP client command to python and args to
["-m", "a360_mcp"]. Do not use the a360-mcp console script — it is
an unsigned pip-generated .exe shim that Smart App Control blocks for
the same reason.

Note: This release has not yet been validated against a live
Control Room instance. Auth flow, filter operators, and the bot JSON
schema are permissively parsed and may need adjustment for your
environment. See README for details.