- _check_status_one: proper connectivity check per server type (SSH/SQL/Redis/Grafana/Prometheus/WinRM/RDP) - ping_server uses _check_status_one instead of paramiko-only - check_status shows server type column - skill-ssh.md: allow --add, document it, update --status description - CLAUDE.md: add --add/--remove/--set-note to command reference Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 lines
177 B
Python
7 lines
177 B
Python
"""Version info for ServerManager."""
|
|
|
|
__version__ = "1.8.60"
|
|
__app_name__ = "ServerManager"
|
|
__author__ = "aibot777"
|
|
__description__ = "Desktop GUI for managing remote servers"
|