ateam_upload_connector
Upload connector code to Core and restart without redeploying skills. Update server.js, UI assets, or plugins quickly by pulling from GitHub or passing files directly.
Instructions
Upload connector code to Core and restart — WITHOUT redeploying skills. Use this to update connector source code (server.js, UI assets, plugins) quickly. Set github=true to pull files from the solution's GitHub repo, or pass files directly. Much faster than ateam_build_and_run for connector-only changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solution_id | Yes | The solution ID | |
| connector_id | Yes | The connector ID to upload (e.g. 'personal-assistant-ui-mcp') | |
| github | No | If true, pull connector files from GitHub repo. Default: false. | |
| files | No | Files to upload. Alternative to github=true. |