Skip to content

v1.6.3

Latest

Choose a tag to compare

@mbentham mbentham released this 01 Sep 14:14

Fixed

  • Tool calls with wrong argument names (e.g. server/database instead of serverName/databaseName) now return a corrective message naming the expected arguments, instead of the MCP SDK's bare "An error occurred invoking 'tool'." binding failure. The opaque failure gave calling models no hint, so they repeated the mistake for the rest of the session — presenting as an intermittent "all connecting tools are down" outage that survived server restarts and was misdiagnosed as VPN/network trouble. (1.6.2)

Changed

  • Updated ModelContextProtocol 1.3.0 → 2.2.0 (major; no SqlAugur-facing API changes — compiles and runs unchanged, brings 2026-07-28 protocol revision support).
  • Updated Microsoft.Data.SqlClient 7.0.2, Microsoft.Extensions.Hosting / System.Threading.RateLimiting 10.0.11, Azure.Extensions.AspNetCore.Configuration.Secrets 1.5.2, Microsoft.SqlServer.TransactSql.ScriptDom 180.102.0, Microsoft.NET.Test.Sdk 18.9.0.

Security

  • Updated Testcontainers 4.12.0 → 4.14.0 (integration tests only), clearing the transitive SSH.NET 2025.1.0 high-severity advisory GHSA-q939-rpr3-3284; the vulnerability scan is now clean across all projects.

Includes the 1.6.2 changes, which were not previously tagged or released on GitHub.