Releases: jshsakura/a360-mcp
Releases · jshsakura/a360-mcp
Release list
Release v0.1.1
Changes
See commit history for details.
Update
uvxcaches the last version — it does not auto-update. Upgrade viauv:
uvx --refresh --from a360-mcp a360-mcp --versionAfter 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-mcpThen 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.