Skip to content

v1.3.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 11:16
· 13 commits to master since this release
5ddba89

Added

  • Diagnostic logging to stderr, controlled by the new logging.level setting (DEBUG, INFO,
    WARNING, or ERROR; default INFO). It records each database connection attempt (server alias,
    database, elapsed time, and on failure the driver error class, SQLSTATE or code, and message with
    the connection URL's user name and password masked and its host shown as the server alias) and each tool operation's outcome.
    Connection URLs, credentials, keys, tokens, SQL, bind values, and rows are never logged.

Changed

  • TIMEOUT and CONNECTION_FAILED errors now carry a Reference that matches the reference=
    field of the log line for the same failure.

Install and run directly from this tag:
uvx --from git+https://github.com/proprock/sql-safe-mcp@v1.3.0 sql-safe-mcp

See README.md for configuration and usage.