Skip to content

Commit 2ff1de8

Browse files
authored
mcp.ts
1 parent 96f3a91 commit 2ff1de8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/daemon/src/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1804,7 +1804,7 @@ export async function runMcpStdio(options: RunMcpOptions): Promise<void> {
18041804
'- Cloud mode: check login status first; if signed out, call sign-in tool and show activation URL/code.',
18051805
'- create_project(name) first if needed; start_run requires an existing project.',
18061806
'- start_run(prompt, requestId, [skill], [plugin], [inputs]) starts generation. Generate UUID requestId once per action; reuse verbatim on retries.',
1807-
'- Poll get_run(runId) every 30–60s until terminal. Runs take 5–30m; unchanged files = inner agent thinking, NOT a hang. Do NOT cancel or use write_file.',
1807+
'- Poll get_run(runId) every 30–60s until terminal. Runs take 5–30m; unchanged files = inner agent thinking, NOT a hang. Do NOT cancel or use write_file unless user explicitly asks to abort.',
18081808
'- On failureAction:"recharge", show rechargeUrl. After top-up, call original start_run with same requestId and resume:true.',
18091809
'- On success, get_run returns previewUrl (open in browser) and agentMessage. Use get_artifact for source files.',
18101810
'',

0 commit comments

Comments
 (0)