Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MySQL MCP Release v.1.0.14 source code.tar.gz | 2025-03-29 | 23.6 MB | |
MySQL MCP Release v.1.0.14 source code.zip | 2025-03-29 | 23.6 MB | |
README.md | 2025-03-29 | 1.2 kB | |
Totals: 3 Items | 47.3 MB | 0 |
Enhanced Test Environment Support
- Added automatic database selection for test environments
- Improved test detection with better support for Vitest
- Added conditional process termination to prevent tests from exiting prematurely
Fixed Database Connection Issues
- Resolved "No database selected" error during integration tests
- Fixed authentication problems by providing consistent default credentials
- Enhanced error handling in test database setup for more resilient behavior
Improved Debugging and Troubleshooting
- Added comprehensive debug logging for database configuration in test mode
- Improved error messages to aid in troubleshooting
- Implemented better inline comments for test-specific configurations
Breaking Changes
None. This release maintains backward compatibility with previous versions.
Known Issues
No major known issues in this release.
Contributors
- Ben Borla (@benborla)
- Lucas Jeeves (@luca-jeeves)