Conversation
- Add 8 database creation tools (PostgreSQL, MySQL, MariaDB, MongoDB, Redis, KeyDB, ClickHouse, Dragonfly) - Update package.json version to 1.6.0 - Update mcp-server.ts VERSION constant - Add CHANGELOG entry for v1.6.0 - Update tool count in README.md and CLAUDE.md (67 → 75 tools) - Add tests for all new database creation methods 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
PR Review: v1.6.0 - Database Creation ToolsOverall AssessmentThis is a well-structured PR that adds 8 new database creation tools following the established codebase patterns. The implementation is clean and consistent with existing conventions. ✅ StrengthsCode Quality
Architecture
Documentation
|
Summary
Release v1.6.0 with 8 new database creation tools.
Added
create_postgresql- Create PostgreSQL databasescreate_mysql- Create MySQL databasescreate_mariadb- Create MariaDB databasescreate_mongodb- Create MongoDB databasescreate_redis- Create Redis databasescreate_keydb- Create KeyDB databasescreate_clickhouse- Create ClickHouse databasescreate_dragonfly- Create Dragonfly databases (Redis-compatible)Changed
Test plan
🤖 Generated with Claude Code