V
vibedeploy
/update_file_content
Surgical find/replace in one file
Apply one or more literal find/replace edits to a single file on the site, in one tool call. Designed for tiny edits where uploading the full file would be wast
liveunknown~5s typical
mcpvibedeploy
$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-be-vibedeploy-vibedeploy /update_file_content for me.
Input
| Field | Type | Description |
|---|---|---|
| name* | string | Site name. |
| path* | string | File-relative path inside the chosen target tree. |
| target | string (dist | source) | Which tree to edit. 'dist' (default) edits the served file directly — visitors see the cha |
| edits* | array | Ordered list of edits to apply atomically. Each is `{find, replace, count?}`. If any edit' |
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-be-vibedeploy-vibedeploy","endpoint":"/update_file_content","input":{"name":"...","path":"...","edits":[]}}'cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /update_file_content -i '{"name":"...","path":"...","edits":[]}'mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/update_file_content", input: {"name":"...","path":"...","edits":[]} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.