publish_website_from_url
Publish a static site or single HTML page from a public zip or HTML URL. Use it when local disk cannot be read: pass a reachable link to go live.
Instructions
Publish a site from a URL — a .zip of the site/build folder, or a single HTML page.
The hosted thin.host MCP endpoint cannot read your disk, so this is its publish
path: zip the build folder (cd build && zip -r ../site.zip .), put the zip
somewhere publicly reachable (a release asset, object storage, a slim.to link),
and pass that URL. Everything else — page/asset mapping, batching, Docusaurus
baseUrl detection and the warning it may produce — matches publish_website.
Private, loopback and cloud-metadata addresses are refused.
Args: source_url: Public http(s) URL of a .zip archive or an .html file (≤150MB). title: Human-readable site title. slug: Optional URL slug (site lives at /s//).
Returns: Same shape as publish_website.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| title | Yes | ||
| source_url | Yes |