configure_server
Configure or view the active Hummingbot API server connection. Update host, port, credentials, or connection label; omitted parameters remain unchanged.
Instructions
Configure the active Hummingbot API server connection.
This tool manages a single API server connection:
1. No parameters → Show the current server configuration
2. Any parameters → Update the server config and reconnect
Only the provided parameters are changed; omitted ones keep their current values.
Args:
name: Server label (e.g., 'macmini', 'production')
host: API host (e.g., 'localhost', 'host.docker.internal', '72.212.424.42')
port: API port (e.g., 8000)
username: API username
password: API passwordInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| host | No | ||
| port | No | ||
| username | No | ||
| password | No |