Releases: askdba/mysql-mcp-server
Releases · askdba/mysql-mcp-server
v1.1.0
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.0Build from Source:
git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make buildChangelog
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
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.0Build from Source:
git clone https://github.com/askdba/mysql-mcp-server.git
cd mysql-mcp-server
make buildChangelog
Other
- b0e0f6e Fix CI/CD release workflow issues
Full Changelog: v1.0.0...v0.1.0