UNPKG

mcp-ssh-tool

Version:

Model Context Protocol (MCP) SSH client server for remote automation

7 lines (6 loc) 193 B
import { NodeSSH } from 'node-ssh'; import { OSInfo } from './types.js'; /** * Detects OS information on the remote system */ export declare function detectOS(ssh: NodeSSH): Promise<OSInfo>;