ssh_session_info
Retrieve detailed information about a specific SSH session to monitor connection status, execute commands, and manage remote interactions efficiently using the Model Context Protocol.
Instructions
특정 SSH 세션의 상세 정보 조회
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"title": "ssh_session_infoArguments",
"type": "object"
}