mcp-hydrocoder-ssh 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CONFIG-GUIDE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 配置指南
2
2
 
3
- [README 中文](README_CN.md) | [README English](README.md) | **中文** | [English](CONFIG-GUIDE_EN.md)
3
+ [README 中文](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/README_CN.md) | [README English](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/README.md) | **中文** | [English](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/CONFIG-GUIDE_EN.md)
4
4
 
5
5
  ## 配置文件位置
6
6
 
@@ -1,6 +1,6 @@
1
1
  # Configuration Guide
2
2
 
3
- [README 中文](README_CN.md) | [README English](README.md) | [中文](CONFIG-GUIDE.md) | **English**
3
+ [README 中文](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/README_CN.md) | [README English](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/README.md) | [中文](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/CONFIG-GUIDE.md) | **English**
4
4
 
5
5
  ## Configuration File Location
6
6
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mcp-hydrocoder-ssh
2
2
 
3
- [中文](README_CN.md) | **English** | [Configuration Guide](CONFIG-GUIDE_EN.md) | [配置指南](CONFIG-GUIDE.md)
3
+ [中文](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/README_CN.md) | **English** | [Configuration Guide](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/CONFIG-GUIDE_EN.md) | [配置指南](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/CONFIG-GUIDE.md)
4
4
 
5
5
  MCP server that provides SSH remote connection capabilities for Claude Code. Connect to remote servers, execute commands, and automate deployments without needing a separate SSH terminal.
6
6
 
package/README_CN.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # mcp-hydrocoder-ssh
2
2
 
3
- **中文** | [English](README.md) | [Configuration Guide](CONFIG-GUIDE_EN.md) | [配置指南](CONFIG-GUIDE.md)
3
+ **中文** | [English](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/README.md) | [Configuration Guide](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/CONFIG-GUIDE_EN.md) | [配置指南](https://github.com/hydroCoderClaud/mcpHydroSSH/blob/main/CONFIG-GUIDE.md)
4
4
 
5
5
  为 Claude Code 提供 SSH 远程连接能力的 MCP 服务器。连接远程服务器、执行命令、自动化部署,无需单独打开 SSH 工具窗口。
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-hydrocoder-ssh",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "SSH MCP Server for Claude Code",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",