Skip to content

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 10:58
· 30 commits to main since this release

v1.1.0 — 安全加固、会话管理、4 工具 API

基于 SSH 的 MCP 服务器(Go),在 v1.0.0 基础上增强安全与 Agent 友好性。

工具(4 个)

  • list-servers:服务器元数据、别名、活跃会话
  • execute-command:一次性或 sessionName 有状态执行
  • session:open/read/close,支持 background 长任务
  • file-transfer:上传/下载

安全

  • SECURITY.md 威胁模型与工具注解(readOnly/destructive)
  • 输出脱敏(Bearer、PEM、password=)
  • 配置文件权限检查(Unix mode / Windows ACL)

会话与输出

  • 命名交互会话 + 后台任务(nohup + 远程日志)
  • 超时远程进程清理
  • 轻量输出压缩(≥4KB head/tail + 去重)

其他

  • 服务器 metadata/aliases、POSIX 路径、断点续传重叠校验
  • Agent Skills:2native-ssh-mcp-helper / 2native-ssh-mcp-agent