Skip to content

v0.2.0 Release Notes

Compare
Choose a tag to compare
@designcomputer designcomputer released this 29 Mar 15:23
· 20 commits to main since this release
d586222

Docker Container Support

This release introduces local Docker container support for the MySQL MCP Server.

Key Changes:

  1. Dockerfile:

    • Added environment variables MYSQL_HOST, MYSQL_PORT, MYSQL_USER, MYSQL_PASSWORD, and MYSQL_DATABASE.
    • Set PYTHONPATH for proper module loading.
    • Updated server startup command.
  2. smithery.yaml:

    • Integrated Docker image smithery/mysql-mcp-server:latest.
    • Default MySQL host set to host.docker.internal.
    • Added optional MySQL port parameter with default value 3306.

Commits:

  • update configuration to use host.docker.internal by default
  • Update dockerfile for proper server startup
  • Update smithery.yaml to use Docker container

For more details, view the pull request.