Releases: AraneaDev/Argos-MCP
Release list
v4.1.3
v4.1.2
v4.1.1
v4.1.0
4.1.0 (2026-09-05)
Features
- mssql: authenticate with the signed-in Azure CLI identity (#17) (00a4f80)
- mssql: choose the tenant for Azure CLI authentication (#24) (509c3c4)
Fixes
Documentation
- adopt the house README style, upload coverage to Codecov (a856626)
- adopt the house README style, upload coverage to Codecov (6c23020)
- link the project site from the readme (#16) (a816bd6)
- link the README to the project page (27cae43)
- normalise the badge row, self-host the coverage badge (f9b605c)
- normalise the badge row, self-host the coverage badge (acf89b9)
- point the badge at the renamed /tools section (684c06b)
Tests
- close the mutation gaps in the new auth validation (#23) (86989c1)
- type-check the test suite, which nothing was checking (#19) (b5d88e6)
Continuous integration
v4.0.0
4.0.0 (2026-08-10)
⚠ BREAKING CHANGES
-
close SELECT-only and TLS bypasses, fail secure on unreadable config (#7)
Unreadable booleans in
config.ininow fail at startup. Only
true/1/yes/on/enabledandfalse/0/no/off/disabledare accepted; anything
else raises aConfigValidationErrornaming the database and the field.
Previously an unrecognised value was read asfalse, which put it on the
dangerous side of three security settings:select_only = yesgranted write
access,ssl_verify = yesdisabled certificate checking, and
ssh_strict_host_key_checking = yesdisabled host-key checking. Check your
config.inibefore upgrading. Configurations written bynpm run setupor
copied from the template only ever containtrue/falseand are unaffected.Audit records moved from
~/.sql-ts/auditto~/.argos-mcp/audit.
Existing files are left in place rather than relocated; move or archive them
yourself if you need one continuous history.ssl_verifyin theadd_databaseandupdate_databasetools accepts only
a literaltrue, and any other value is now rejected with an error. The
guard previously tested=== false, so the JSON string"false", the number
0and"no"all passed it, were stored, and then disabled certificate
verification once an adapter coerced them. Turning verification off is a
deliberate change to make inconfig.ini, not something a tool call should be
able to do.
Bug Fixes
v3.0.1
v3.0.0
3.0.0 (2026-08-09)
⚠ BREAKING CHANGES
- package renamed sql-access -> argos-mcp; binaries renamed mcp-sql-server -> argos-mcp and mcp-sql-setup -> argos-setup; the mcp-sql-install binary is removed; Claude Desktop is no longer supported; the log file is now argos-mcp.log. Re-register the server with:
Features
- rebrand to Argos-MCP and adopt native Claude Code registration (e51fde6)