Skip to content

Commit 0f59b8e

Browse files
committed
docs: update README for v3.1.2 with Windows compatibility
1 parent a8f730d commit 0f59b8e

1 file changed

Lines changed: 13 additions & 7 deletions

File tree

README.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ A powerful Model Context Protocol (MCP) server that enables **Claude Code** and
1212
[![npm downloads](https://img.shields.io/npm/dt/mcp-ssh-manager.svg?style=for-the-badge&logo=npm)](https://www.npmjs.com/package/mcp-ssh-manager)
1313
[![MCP SSH Server](https://img.shields.io/badge/MCP_SSH-Server-orange?style=for-the-badge)](https://github.com/bvisible/mcp-ssh-manager)
1414
[![SSH MCP](https://img.shields.io/badge/SSH_MCP-Compatible-blue?style=for-the-badge)](https://modelcontextprotocol.io)
15-
[![Version](https://img.shields.io/badge/Version-3.1.0-brightgreen?style=for-the-badge)](https://github.com/bvisible/mcp-ssh-manager/releases/tag/v3.1.0)
15+
[![Version](https://img.shields.io/badge/Version-3.1.2-brightgreen?style=for-the-badge)](https://github.com/bvisible/mcp-ssh-manager/releases/tag/v3.1.2)
1616
[![Claude Code](https://img.shields.io/badge/Claude_Code-Compatible-5A67D8?style=for-the-badge&logo=anthropic)](https://claude.ai/code)
1717
[![OpenAI Codex](https://img.shields.io/badge/OpenAI_Codex-Compatible-00A67E?style=for-the-badge&logo=openai)](https://openai.com/codex)
1818
[![MCP](https://img.shields.io/badge/MCP-Server-orange?style=for-the-badge)](https://modelcontextprotocol.io)
@@ -32,20 +32,25 @@ A powerful Model Context Protocol (MCP) server that enables **Claude Code** and
3232

3333
---
3434

35-
## 🎉 What's New in v3.1.0
35+
## 🎉 What's New in v3.1.2
3636

37-
**Tool Activation System** (Released: November 15, 2025)
37+
**Windows Compatibility Fix** (Released: February 9, 2026)
38+
39+
- **🪟 Windows support**: Fixed crash on Windows where `process.env.HOME` is undefined ([#8](https://github.com/bvisible/mcp-ssh-manager/issues/8))
40+
- Now uses `os.homedir()` for cross-platform compatibility (Linux, macOS, Windows)
41+
42+
---
43+
44+
## Previous Releases
45+
46+
### v3.1.0 - Tool Activation System (November 15, 2025)
3847

3948
### 🎯 Context Usage Optimization
4049
- **92% context reduction**: Enable only the tools you need (minimal mode: 5 tools vs all 37)
4150
- **Tool management CLI**: `ssh-manager tools list/configure/enable/disable`
4251
- **6 tool groups**: Core, Sessions, Monitoring, Backup, Database, Advanced
4352
- **Auto-approval export**: Generate Claude Code auto-approval configs
4453

45-
---
46-
47-
## Previous Releases
48-
4954
### v3.0.0 - Enterprise DevOps Platform (October 1, 2025)
5055

5156
This release adds **12 new MCP tools** transforming SSH Manager into a comprehensive DevOps automation platform:
@@ -189,6 +194,7 @@ This is **the** MCP SSH Manager you've been searching for! 🎯
189194

190195
- Node.js (v18 or higher)
191196
- npm (comes with Node.js)
197+
- **Platforms**: Linux, macOS, Windows
192198
- **For Claude Code**: Claude Code CLI installed
193199
- **For OpenAI Codex**: Codex CLI configured
194200
- Bash 4.0+ (for CLI management tools)

0 commit comments

Comments
 (0)