vibedeploy
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

FieldTypeDescription
name*stringSite name.
path*stringFile-relative path inside the chosen target tree.
targetstring (dist | source)Which tree to edit. 'dist' (default) edits the served file directly — visitors see the cha
edits*arrayOrdered 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.