Skip to content

Releases: william-laverty/ato-mcp

v2.1.2 — docs

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 07:20

npm page disclaimer/license sections synced with the repo README's new wording. No code changes.

v2.1.1 — docs

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 05:57

npm page gains the Important disclaimer and License sections, matching the repo README. No code changes.

v2.1.0 — AGPL-3.0

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 05:39

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

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 05:01

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

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 04:56

npm README: client-picker lead-in wording tweak. No code changes.

v2.0.4 — docs

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 04:53

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

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 04:13

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

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 04:03

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

Choose a tag to compare

@william-laverty william-laverty released this 04 Jul 03:03

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

Choose a tag to compare

@william-laverty william-laverty released this 03 Jul 13:44

Drop the without/with contrast section from the npm README. No code changes.