Skip to content

Releases: f24aalam/dbmcp

Refactor credential storage and encryption methods

20 Apr 07:34
fd92983

Choose a tag to compare

Refactor credential management to use AES encryption for secrets. Replace keyring with custom secret management and update file paths.

Global MCP Installation

28 Mar 14:35

Choose a tag to compare

v0.1.6

Global installation

Bug Fixes

25 Mar 11:05

Choose a tag to compare

feat(init): normalize DB URLs and refine connection validation

- Convert mysql:// URLs to go-sql-driver/mysql DSN form
- Strip ORM-only Postgres query params (schema, connection_limit,
  pool_timeout) for lib/pq
- Ping before save; make saving new/scanned connections optional with
  clearer README
- Adjust MCP install wiring and add DSN unit tests

init command

22 Mar 05:41
b05824e

Choose a tag to compare

feat: init comand (#4)

* renamed

* Update README.md

* feat: init command

Rename

08 Mar 07:54
306d5ef

Choose a tag to compare

renamed (#3)

* renamed

* Update README.md

Issue fix with table name case sensitivity

04 Mar 11:06

Choose a tag to compare

PostgreSQL support & install improvement

15 Feb 12:43
a7829f6

Choose a tag to compare

New Features

  • Added PostgreSQL database support
  • Install scripts now automatically detect the latest version
  • Added download progress bar

Improvements

  • Simplified installation - no sudo required, installs to ~/.local/bin
  • Fixed README branch reference (main → master)

Supported Databases

  • MySQL
  • PostgreSQL
  • SQLite

First release

03 Feb 11:34
233f47a

Choose a tag to compare

v0.1.0

Add GitHub Actions workflow for release process