upload_site
Upload a .zip as site content for your reserved subdomain. Easiest for agents: zip_base64 (base64-encoded zip). Or file_url (public URL to zip). Or file_path (local path, when MCP runs locally).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | No | Public URL of a .zip file. | |
| file_path | No | Local path to a .zip file (for local/stdio MCP only). | |
| zip_base64 | No | Base64-encoded .zip content. Easiest for agents: create zip locally and pass here (no hosting needed). |