Super Windows CLI MCP Server

by delorenj
Verified

ssh_disconnect

Cleanly close SSH connections using the connection ID when no longer needed, ensuring efficient resource management on the Super Windows CLI MCP Server.

Instructions

Disconnect from an SSH server

Example usage:

{ "connectionId": "raspberry-pi" }

Use this to cleanly close SSH connections when they're no longer needed.

Input Schema

NameRequiredDescriptionDefault
connectionIdYesID of the SSH connection to disconnect

Input Schema (JSON Schema)

{ "properties": { "connectionId": { "description": "ID of the SSH connection to disconnect", "enum": [], "type": "string" } }, "required": [ "connectionId" ], "type": "object" }

You must be authenticated.

Other Tools from Super Windows CLI MCP Server

Related Tools

ID: 5we0twy3bi