Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEBUG | No | Enable debug logging (true/false) | false |
| CONFIG_FILE | Yes | Path to the config.json file |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| disconnect_server | Gateway 연결을 종료합니다. |
| connection_status | 현재 SSH 연결 상태를 확인합니다. |
| exec | 서버에서 명령어를 실행합니다. |
| get_config | 서버 설정 정보를 조회합니다. 허용된 호스트, 명령어, 서버 정보 등을 확인할 수 있습니다. |
| reload_config | 서버 설정을 다시 로드합니다. SERVER_INFO_FILE 등이 변경되었을 때 사용합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |