@sellable/mcp 0.1.743 → 0.1.744

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.
@@ -3001,6 +3001,16 @@ export async function executeOneYoloPrimitive(action, workspaceId) {
3001
3001
  action: "status",
3002
3002
  targetDate,
3003
3003
  requestKey,
3004
+ // fix(112ao-1-revert): the identity-only probe REQUIRES the FIX 1
3005
+ // server half (route isStatusReadScope). It shipped in 0.1.743 while
3006
+ // the deployed route still demanded the full triple, so every probe
3007
+ // 400'd invalid_scheduler_scope, api.ts threw, and the sweep primitive
3008
+ // died before its action:"run" dispatch — no sweep could place in ANY
3009
+ // workspace. Restored to the full scope until the server half is
3010
+ // deployed. Re-remove these three ONLY after that deploy is live.
3011
+ targetShapeRevision,
3012
+ expectedTargetsHash,
3013
+ maxPlacements,
3004
3014
  }));
3005
3015
  const statusErrorCode = stringValue(recordValue(statusResult?.lastError)?.code);
3006
3016
  if (statusResult?.scopeMatches === true &&
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.743",
3
+ "version": "0.1.744",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code, Codex, and Hermes campaign workflows",
6
6
  "main": "dist/index.js",