J
just-publish
/update_site_file
update site file
Change one or a few files of an already-published site, leaving every other file untouched (a merge — unlike deploy, which replaces the whole site). Ideal for s
liveunknown~5s typical
mcpjust-publish
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-justpublish-just-publish /update_site_file for me.
Input
| Field | Type | Description |
|---|---|---|
| site_id* | string | The site id returned at publish time. |
| edit_token* | string | The edit token returned at publish time. |
| files* | array | The files to change. Only these are written; all other files on the site survive. |
| expected_version | integer | Optional but recommended. The `version` you got from get_site_files. If the site has chang |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-justpublish-just-publish","endpoint":"/update_site_file","input":{"site_id":"...","edit_token":"...","files":[]}}'cli
npx cracked-ai run -p mcp-ai-justpublish-just-publish -e /update_site_file -i '{"site_id":"...","edit_token":"...","files":[]}'mcp
run_tool({ provider: "mcp-ai-justpublish-just-publish", endpoint: "/update_site_file", input: {"site_id":"...","edit_token":"...","files":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.