Skip to content

Releases: askdba/mysql-mcp-server

v1.2.1

14 Dec 10:15

Choose a tag to compare

MySQL MCP Server 1.2.1

A fast, read-only MySQL server for the Model Context Protocol (MCP).

Installation

Download Binary:
Download the appropriate binary for your platform below.

Docker:

docker pull ghcr.io/askdba/mysql-mcp-server:1.2.1

Build from Source:

git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make build

Changelog

🐛 Bug Fixes

  • 5cd2bdd fix: correct ldflags variable names in goreleaser config

Other

  • baa0bce Update version badge to 1.2.0

Full Changelog: v1.2.0...v1.2.1

v1.2.0

13 Dec 08:16

Choose a tag to compare

MySQL MCP Server 1.2.0

A fast, read-only MySQL server for the Model Context Protocol (MCP).

Installation

Download Binary:
Download the appropriate binary for your platform below.

Docker:

docker pull ghcr.io/askdba/mysql-mcp-server:1.2.0

Build from Source:

git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make build

Changelog

🚀 Features

  • 33a5a0b feat: add REST API mode for ChatGPT/Gemini integration
  • 80f30b3 feat: add comprehensive QA pipeline
  • 2ca9b68 feat: add rate limiting for HTTP REST API mode
  • ab8c75a feat: add version flag, request logging, and documentation updates

🐛 Bug Fixes

  • 8c3105f fix: actually commit go.mod change to Go 1.23
  • e1772fe fix: add git clean step to ensure fresh checkout in CI
  • f559c2a fix: add missing rows.Err() checks to extended tools
  • a309db3 fix: address gosec security findings in audit logger
  • e0e29b0 fix: combine ldflags in Makefile release target
  • 4469895 fix: correct indentation in toolRunQuery
  • 9627864 fix: correct indentation in toolRunQuery and update API endpoint formatting
  • 684bf25 fix: correct ping timeout from 5 nanoseconds to 5 seconds
  • ab3f2d0 fix: disable CI caching to resolve stale checkout issue
  • ac9850a fix: downgrade Go requirement from 1.24 to 1.23
  • 91946bf fix: improve HTTP API reliability and performance
  • 74bfa28 fix: make lint non-blocking and remove it from job dependencies
  • 68a3d0a fix: make security scan non-blocking in QA pipeline
  • f2da53b fix: resolve all golangci-lint issues breaking QA pipeline
  • 3fb618c fix: run go mod tidy and use Go 1.24 explicitly in CI
  • 721f748 fix: update CI workflows to use Go 1.24
  • 4662938 fix: use 'stable' Go version in CI and set go.mod to 1.23
  • 88839b2 fix: use go fmt + git diff for more reliable format checking

Other

  • 11b3e60 Add GitHub-style icons and improve README banner display
  • fad18dd Add Homebrew formula for v1.1.0
  • 0c960b5 Add banner image to README
  • 27e693d Add code review documents to .gitignore
  • 1aa9892 Add command-line help functionality (-h, --help flags)
  • 9631664 Add command-line help functionality (-h, --help flags) (#5)
  • 782e752 Add personal shell config files to .gitignore
  • 83ac496 Add social preview image
  • 7053e78 Enhance Makefile for versioning and build process; refactor connection management and configuration loading
  • d39e78f Feature/add command line help (#6)
  • 9c6136a Fix silent error in toolUseConnection database query
  • 56ca116 Fix test issues: properly check mock expectations and improve log capture (#3)
  • 7305b7e Fix vector_search limit handling
  • 3b64db9 Merge feature/add-command-line-help: Add command-line help, icons, and banner
  • 2f7c339 Refactor MySQL MCP server: modularize tool registration and improve code organization. Introduced utility functions for identifier quoting and DSN masking. Updated version to 1.1.0 and streamlined HTTP server setup. Removed unused code and improved error handling in database operations.
  • 4d9ed9b security: fix SQL injection in vector search Select and Where fields
  • 9220cbd style: fix gofmt formatting issues

Full Changelog: v1.1.0...v1.2.0

v1.1.0

06 Dec 14:15

Choose a tag to compare

MySQL MCP Server 1.1.0

A fast, read-only MySQL server for the Model Context Protocol (MCP).

Installation

Download Binary:
Download the appropriate binary for your platform below.

Docker:

docker pull ghcr.io/askdba/mysql-mcp-server:1.1.0

Build from Source:

git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make build

Changelog

Other

  • 52f0766 Add Multi-DSN orchestration and Vector search tools
  • 0e6fc2e Fix Docker build: download Go 1.24.3 from source
  • f9b666a Fix data race in connection switching
  • 824a888 Latest local changes
  • 91c2441 Refactor VectorSearchInput and VectorInfoOutput struct fields for consistency

Full Changelog: v0.1.0...v1.1.0

v0.1.0

27 Nov 01:23

Choose a tag to compare

MySQL MCP Server 0.1.0

A fast, read-only MySQL server for the Model Context Protocol (MCP).

Installation

Download Binary:
Download the appropriate binary for your platform below.

Docker:

docker pull ghcr.io/askdba/mysql-mcp-server:0.1.0

Build from Source:

git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make build

Changelog

Other

  • b0e0f6e Fix CI/CD release workflow issues

Full Changelog: v1.0.0...v0.1.0