Releases: william-laverty/ato-mcp
Release list
v2.1.2 — docs
npm page disclaimer/license sections synced with the repo README's new wording. No code changes.
v2.1.1 — docs
npm page gains the Important disclaimer and License sections, matching the repo README. No code changes.
v2.1.0 — AGPL-3.0
License change: MIT → AGPL-3.0-only. Versions ≤ 2.0.6 remain MIT. Use, modify and contribute freely; any distributed or hosted fork must publish its complete source under the same license. Commercial licensing available on request. No code changes.
v2.0.6 — docs
Install buttons for VS Code (incl. Insiders) and Cursor now use the same badge designs as Playwright MCP. No code changes.
v2.0.5 — docs
npm README: client-picker lead-in wording tweak. No code changes.
v2.0.4 — docs
npm README copy refinements: quick start subtitle, cleaner client-picker lead-in, trimmed explanation paragraph. No code changes. (Supersedes the v2.0.3 tag, which was cut against the wrong commit and never published.)
v2.0.2 — docs
npm README: standard npx config first, then expandable per-client install instructions (Claude Code, Codex, Gemini CLI, VS Code, Cursor, Windsurf, Claude.ai, ChatGPT, stdio-only hosts) with install badges. No code changes.
v2.0.1 — docs
npm README refresh: quick start now leads with the native remote install (claude mcp add --transport http ato https://api.ato-mcp.com.au/mcp + browser sign-in); this package is presented as the stdio fallback. No code changes.
v2.0.0 — browser sign-in, no tokens
ato-mcp 2.0.0
Breaking: the token-based client is gone — ATO_MCP_TOKEN is no longer read and the onboard command is removed.
ato-mcp is now a browser sign-in proxy for the hosted ATO tax MCP server:
{ "mcpServers": { "ato": { "command": "npx", "args": ["-y", "ato-mcp"] } } }First run opens your browser to sign in (or create an account); credentials are cached and refreshed under ~/.mcp-auth. Hosts that speak remote MCP natively can skip this package entirely: claude mcp add --transport http ato https://api.ato-mcp.com.au/mcp — full per-client instructions at https://ato-mcp.com.au/install
v1.1.6 — npm README tweak
Drop the without/with contrast section from the npm README. No code changes.