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](https://github.com/designcomputer/mysql_mcp_server/pull/22).