Skip to content

Releases: AraneaDev/Argos-MCP

v4.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Sep 18:09
21d4dbe

4.1.3 (2026-09-08)

Continuous integration

  • scope the concurrency group to the pull request, not the base branch (#29) (ae590a1)

v4.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Sep 17:47
ba07884

4.1.2 (2026-09-08)

Continuous integration

  • cancel superseded runs and give every job a timeout (#27) (c6af59f)

v4.1.1

Choose a tag to compare

@github-actions github-actions released this 07 Sep 10:07
7f54cf9

4.1.1 (2026-09-07)

Fixes

  • mssql: accept azure-cli databases in the adapter factory (#25) (9c1468c)

v4.1.0

Choose a tag to compare

@github-actions github-actions released this 05 Sep 23:17
8a6df60

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

  • examples: repair the adapter template and check it in CI (#22) (eacf83b)

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

  • keep the Release PR runnable and widen the changelog (#18) (6a0f760)
  • move off the actions still running on Node 20 (#15) (0d4b6fc)
  • roll the architecture gate forward to Knossos v0.10.5 (#10) (85da547)
  • scan only this repository, and keep the restored cache writable (#9) (b16ed3e)

v4.0.0

Choose a tag to compare

@github-actions github-actions released this 10 Aug 22:45
0ed751e

4.0.0 (2026-08-10)

⚠ BREAKING CHANGES

  • close SELECT-only and TLS bypasses, fail secure on unreadable config (#7)

    Unreadable booleans in config.ini now fail at startup. Only
    true/1/yes/on/enabled and false/0/no/off/disabled are accepted; anything
    else raises a ConfigValidationError naming the database and the field.
    Previously an unrecognised value was read as false, which put it on the
    dangerous side of three security settings: select_only = yes granted write
    access, ssl_verify = yes disabled certificate checking, and
    ssh_strict_host_key_checking = yes disabled host-key checking. Check your
    config.ini before upgrading. Configurations written by npm run setup or
    copied from the template only ever contain true/false and are unaffected.

    Audit records moved from ~/.sql-ts/audit to ~/.argos-mcp/audit.
    Existing files are left in place rather than relocated; move or archive them
    yourself if you need one continuous history.

    ssl_verify in the add_database and update_database tools accepts only
    a literal true,
    and any other value is now rejected with an error. The
    guard previously tested === false, so the JSON string "false", the number
    0 and "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 in config.ini, not something a tool call should be
    able to do.

Bug Fixes

  • close SELECT-only and TLS bypasses, fail secure on unreadable config (#7) (8a0e085)

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:56
ca52606

3.0.1 (2026-08-09)

Bug Fixes

  • performance: stop discarding MySQL EXPLAIN columns (#5) (65e234f)

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 20:03
92e9574

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)