All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Fixed metadata queries in multi-database environments to restrict access to current database schema only
- Extracted table structure query into
COLUMN_METADATA_QUERYconstant - Standardized use of
DATABASE()function to ensure proper query scope - Unified implementation of all table structure related queries
- Resolved an issue where table structures from other databases could be queried in multi-database environments
- Initial release
- Basic MySQL MCP server implementation
- Support for read-only SELECT queries
- Database structure viewing capabilities
- Transaction support for data modifications
- Security checks and query limitations
- Performance monitoring and logging