MCPcopy Create free account
hub / github.com/acoyfellow/cloudbox / cloudbox-live.mjs

File cloudbox-live.mjs

scripts/cloudbox-live.mjs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#!/usr/bin/env node
2import { readFile, writeFile } from "node:fs/promises";
3
4const url = (process.env.CLOUDBOX_E2E_URL ?? "https://cloudbox.coey.dev").replace(/\/+$/, "");

Callers

nothing calls this directly

Calls 4

requestJsonFunction · 0.85
writeFileFunction · 0.85
readStateFunction · 0.85
writeMethod · 0.80

Tested by

no test coverage detected