Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| pty | No | Allocate pseudo-tty for command execution | |
| ssh | No | SSH connection config in JSON or legacy format | |
| host | No | SSH host or host alias from ssh config | |
| port | No | SSH port | |
| password | No | SSH password | |
| username | No | SSH username | |
| admin-ids | No | Comma-separated admin IDs, e.g. 10001,10002 | |
| blacklist | No | Command blacklist (comma-separated regex) | |
| whitelist | No | Command whitelist (comma-separated regex) | |
| passphrase | No | Private key passphrase | |
| privateKey | No | SSH private key path | |
| socksProxy | No | SOCKS proxy URL | |
| config-file | No | JSON configuration file path | |
| pre-connect | No | Pre-connect configured SSH servers on startup | |
| ssh-config-file | No | SSH config file path | |
| astrbot-config-file | No | Path to AstrBot data/config/cmd_config.json | |
| require-astrbot-admin | No | Require operatorId to match allowed admin IDs |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |