Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SSH_IP | Yes | The IP address of the SSH server | |
SSH_PORT | No | The port for SSH connection | 22 |
SSH_USER | Yes | The username for SSH connection | |
SSH_PASSWORD | Yes | The password for SSH connection |
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 |
---|---|
execute | 执行远程命令 参数:
|
download_file | 下载远程服务器的文件或者目录,保存到指定目录下,如果是目录,则递归下载 参数:
|
upload_file | 将本地的文件或者目录上传到远程服务器 参数:
|
list_directory | 列出远程目录内容 参数:
|
list_servers | 列出所有配置的服务器 |
test_connection | 测试服务器连接 参数:
|
add_server_config | 动态添加服务器配置 参数:
|