# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [0.2.2] - 2025-04-18
### Fixed
- Fixed handling of SQL commands that return result sets, including `SHOW INDEX`, `SHOW CREATE TABLE`, and `DESCRIBE`
- Added improved error handling for result fetching operations
- Added additional debug output to aid in troubleshooting
## [0.2.1] - 2025-02-15
### Added
- Support for MYSQL_PORT configuration through environment variables
- Documentation for PORT configuration in README
### Changed
- Updated tests to use handler functions directly
- Refactored database configuration to runtime
## [0.2.0] - 2025-01-20
### Added
- Initial release with MCP server implementation
- Support for SQL queries through MCP interface
- Ability to list tables and read data