#!/usr/bin/env node/**
* SSH MCP Server - Entry Point
*
* A Model Context Protocol (MCP) server that provides SSH automation tools
* for GitHub Copilot and VS Code. Supports remote command execution, file
* operations, and system administration tasks over SSH.
*/export {};