@sellable/mcp 0.1.514 → 0.1.515

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -561,15 +561,6 @@ async function completeTerminal(input, deps, ctx, doneReasonInput, reportInput =
561
561
  ctx.gate = "g4_terminal";
562
562
  ctx.gateSeq += 1;
563
563
  ctx.runState = terminalRunState;
564
- const completed = await deps.runClient.completeRefillRun({
565
- workspaceId: input.workspaceId,
566
- runId: ctx.runId,
567
- fence: ctx.fence,
568
- doneReason,
569
- progress,
570
- });
571
- if (isLeaseLost(completed))
572
- return leaseLostResult(ctx);
573
564
  await safeJournalAppend(ctx, deps, deps.journal.renderTerminalSection({
574
565
  summary: `Run ended with ${doneReason}.`,
575
566
  finalNumbers: doneReason === "loaded_awaiting_scheduler"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.514",
3
+ "version": "0.1.515",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",