You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: v2.1.0 - Add full database backup management (#60)
* feat: add full backup management to MCP
- Add create/update/delete actions to database_backups tool
- Add CreateDatabaseBackupRequest and UpdateDatabaseBackupRequest types
- Add createDatabaseBackup, updateDatabaseBackup, deleteDatabaseBackup client methods
- Support all backup configuration parameters:
- frequency, enabled, save_s3, s3_storage_uuid
- database_backup_retention_days_locally/s3
- database_backup_retention_amount_locally/s3
- databases_to_backup, dump_all
Enables full database backup lifecycle management via MCP API.
* 2.1.0
* fix: add missing tests and documentation for backup management
- Add tests for createDatabaseBackup, updateDatabaseBackup, deleteDatabaseBackup in coolify-client.test.ts
- Add method existence tests in mcp-server.test.ts
- Add CHANGELOG.md entry for v2.1.0 with full backup management details
- Update CLAUDE.md with testing requirements and codecov reminder
Addresses PR review feedback:
- Codecov coverage restored to 98.25%
- All new client methods now have proper test coverage
- Documentation updated per CLAUDE.md standards
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments