MCPcopy Create free account
hub / github.com/917Dhj/DeepPaperNote / stub_payload

Function stub_payload

scripts/common.py:62–69  ·  view source on GitHub ↗
(script: str, description: str, outputs: list[str])

Source from the content-addressed store, hash-verified

60
61
62def stub_payload(script: str, description: str, outputs: list[str]) -> dict[str, Any]:
63 return {
64 "status": "scaffold",
65 "script": script,
66 "description": description,
67 "next_step": "Implement this contract incrementally.",
68 "outputs": outputs,
69 }
70
71
72def load_json_file(path: str | Path) -> dict[str, Any]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected