Skip to content

Commit 9e49cab

Browse files
Jérémy Christillinclaude
andcommitted
docs: update README for v3.0.0 release
- Add version 3.0.0 badge at top - Add 'What's New in v3.0.0' section with highlights - List all 12 new tools across 3 categories - Update features section with Enterprise DevOps features - Link to full CHANGELOG 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dd965fc commit 9e49cab

1 file changed

Lines changed: 39 additions & 1 deletion

File tree

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ A powerful Model Context Protocol (MCP) server that enables **Claude Code** and
44

55
<div align="center">
66

7+
[![Version](https://img.shields.io/badge/Version-3.0.0-brightgreen?style=for-the-badge)](https://github.com/bvisible/mcp-ssh-manager/releases/tag/v3.0.0)
78
[![Claude Code](https://img.shields.io/badge/Claude_Code-Compatible-5A67D8?style=for-the-badge&logo=anthropic)](https://claude.ai/code)
89
[![OpenAI Codex](https://img.shields.io/badge/OpenAI_Codex-Compatible-00A67E?style=for-the-badge&logo=openai)](https://openai.com/codex)
910
[![MCP](https://img.shields.io/badge/MCP-Server-orange?style=for-the-badge)](https://modelcontextprotocol.io)
@@ -17,6 +18,36 @@ A powerful Model Context Protocol (MCP) server that enables **Claude Code** and
1718

1819
---
1920

21+
## 🎉 What's New in v3.0.0
22+
23+
**Major Release - Enterprise DevOps Platform** (Released: October 1, 2025)
24+
25+
This release adds **12 new MCP tools** transforming SSH Manager into a comprehensive DevOps automation platform:
26+
27+
### 💾 Backup & Restore System (4 tools)
28+
- **Automated backups** for MySQL, PostgreSQL, MongoDB, and file systems
29+
- **Smart scheduling** with cron integration and retention policies
30+
- **One-click restore** with cross-database support
31+
- **Metadata tracking** for audit and compliance
32+
33+
### 🏥 Health & Monitoring (4 tools)
34+
- **Real-time health checks** with CPU, RAM, Disk, and Network metrics
35+
- **Service monitoring** for nginx, mysql, docker, and custom services
36+
- **Process management** with CPU/RAM sorting and kill capabilities
37+
- **Alert thresholds** with configurable notifications
38+
39+
### 🗄️ Database Management (4 tools)
40+
- **Safe database dumps** with compression and selective exports
41+
- **Database imports** with automatic decompression
42+
- **Schema exploration** listing databases, tables, and collections
43+
- **Secure queries** with SQL injection prevention (SELECT-only)
44+
45+
**📊 Total: 37 MCP Tools** | **🔧 ~4,100 Lines of Code Added** | **✅ Production Ready**
46+
47+
[Read Full Changelog →](CHANGELOG.md#300---2025-10-01)
48+
49+
---
50+
2051
## 📑 Table of Contents
2152

2253
- [Features](#-features)
@@ -42,7 +73,14 @@ A powerful Model Context Protocol (MCP) server that enables **Claude Code** and
4273
- **📂 Default Directories** - Set default working directories per server for convenience
4374
- **🎯 Easy Configuration** - Simple `.env` file setup with guided configuration tool
4475

45-
### New v2.0 Features 🆕
76+
### Enterprise DevOps Features (v3.0) 🎉
77+
- **💾 Backup & Restore** - Automated backups for MySQL, PostgreSQL, MongoDB, and files
78+
- **🏥 Health Monitoring** - Real-time server health checks (CPU, RAM, Disk, Services)
79+
- **🗄️ Database Management** - Safe database operations with SQL injection prevention
80+
- **📊 Process Management** - Monitor and control server processes
81+
- **⚠️ Smart Alerts** - Configurable health thresholds and notifications
82+
83+
### v2.0 Features
4684
- **🚀 Bash CLI** - Lightning-fast pure Bash CLI for server management
4785
- **📊 Advanced Logging** - Comprehensive logging system with levels and history
4886
- **🔄 Rsync Integration** - Bidirectional file sync with rsync support

0 commit comments

Comments
 (0)