vibedeploy
V
vibedeploy
/read_source_file

Read a file from the editable source tree

Return the bytes of one source file (the platform's editable copy of the pre-build code), letting an AI in any future chat fetch and edit content without needin

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 /read_source_file for me.

Input

FieldTypeDescription
namestring
siteIdstring
path*stringSite-relative path inside the source tree, e.g. 'src/App.tsx'.
maxBytesintegerPer-file size cap. Default 1048576, hard max 5242880.

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":"/read_source_file","input":{"path":"..."}}'
cli
npx cracked-ai run -p mcp-be-vibedeploy-vibedeploy -e /read_source_file -i '{"path":"..."}'
mcp
run_tool({ provider: "mcp-be-vibedeploy-vibedeploy", endpoint: "/read_source_file", input: {"path":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.