@sellable/mcp 0.1.359 → 0.1.360
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.
package/package.json
CHANGED
|
@@ -73,6 +73,16 @@ Plan shape:
|
|
|
73
73
|
creating duplicates.
|
|
74
74
|
- If a user supplies canonical ids, reuse/verify them instead of creating duplicates.
|
|
75
75
|
|
|
76
|
+
The command-backed unbound plan is authoritative. If
|
|
77
|
+
`setup_evergreen_campaigns({ mode:"plan", ... })` returns a lane packet with
|
|
78
|
+
`intent:"create"`, execute that create packet exactly. Do not convert it into an
|
|
79
|
+
explicit binding because `list_tables`, `get_campaigns`, a waterfall, or old
|
|
80
|
+
inventory shows an `ARCHIVED` campaign/table with a matching name. Archived
|
|
81
|
+
campaigns are not reusable evergreen targets. Only pass an archived
|
|
82
|
+
campaign/table as an explicit binding when the user supplied those exact ids and
|
|
83
|
+
explicitly allowed dashboard visibility repair; otherwise ignore archived
|
|
84
|
+
matches for execution and let the create packet proceed.
|
|
85
|
+
|
|
76
86
|
Use `selectedSenderIds` only as a legacy shorthand when the same senders should
|
|
77
87
|
get sender-owned Post Engagers lanes and attach to shared lanes. When the scopes
|
|
78
88
|
differ, pass both explicit arrays:
|