File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ All 551 tests should pass before you start.
3939
4040## Code style
4141
42- - Node 18 +, ES modules
42+ - Node 20.19 +, ES modules
4343- Prefer small, pure functions over class hierarchies
4444- Handler files live in ` src/tools/ ` — one file per tool group
4545- Every new tool needs an entry in ` src/tool-registry.js ` and a test file in ` tests/ `
Original file line number Diff line number Diff line change 99<p align =" center " >
1010 <a href =" https://github.com/hunchom/claude-code-ssh/actions/workflows/test.yml " ><img src =" https://github.com/hunchom/claude-code-ssh/actions/workflows/test.yml/badge.svg " alt =" tests " /></a >
1111 <a href =" https://github.com/hunchom/claude-code-ssh/blob/main/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-informational?style=flat-square " alt =" license " /></a >
12- <img src =" https://img.shields.io/badge/node-%E2%89%A518 -informational?style=flat-square " alt =" node 18 + " />
12+ <img src =" https://img.shields.io/badge/node-%E2%89%A520.19 -informational?style=flat-square " alt =" node 20.19 + " />
1313 <img src =" https://img.shields.io/badge/mcp-server-FF6B1A?style=flat-square " alt =" mcp server " />
1414 <a href =" https://www.npmjs.com/package/claude-code-ssh " ><img src =" https://img.shields.io/npm/v/claude-code-ssh?style=flat-square&color=cb3837&label=npm " alt =" npm version " /></a >
1515</p >
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Five minutes from zero to Claude running commands on your first host.
66
77| | |
88| ---| ---|
9- | Node.js | 18 or newer (20 recommended — use ` .nvmrc ` ) |
9+ | Node.js | 20.19 or newer (use ` .nvmrc ` ) |
1010| npm | bundled with Node |
1111| Claude Code (or OpenAI Codex) | installed and authenticated |
1212| SSH access | to at least one host you want to manage |
You can’t perform that action at this time.
0 commit comments