Add or Update ASA Config Server
asa_config_upsert_serverCreate or update an ASA RCON server configuration with host, port, password, and optional settings.
Instructions
Create or update a named ASA RCON server in config.json.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serverName | Yes | Stable name used by MCP tools, such as azer. | |
| host | No | ASA RCON host. | |
| port | No | ASA RCON port. | |
| password | No | ASA RCON password. Required when adding a new server. | |
| timeoutMs | No | Optional per-server timeout. | |
| maxResponseChars | No | Optional per-server response cap. | |
| makeDefault | No | Set this server as the default. |