Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ssh_connect | SSH 서버에 연결하여 새 세션 생성 |
| ssh_execute | SSH 세션에서 명령 실행 |
| ssh_list_sessions | 모든 활성 SSH 세션 목록 조회 |
| ssh_close_session | 특정 SSH 세션 종료 |
| ssh_close_all_sessions | 모든 SSH 세션 종료 |
| ssh_session_info | 특정 SSH 세션의 상세 정보 조회 |