@sellable/mcp 0.1.165 → 0.1.166
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
|
@@ -276,14 +276,16 @@ workspace routing needed for auto-login. `create_campaign.watchUrl`,
|
|
|
276
276
|
acceptable only when they return that direct campaign-builder shape.
|
|
277
277
|
|
|
278
278
|
Never call browser-opening tools, shell `open`, Computer Use, or in-app browser
|
|
279
|
-
automation just because a watch link exists. Print the link
|
|
280
|
-
Command-Enter/click it when they want to watch in the app. Use this shape:
|
|
279
|
+
automation just because a watch link exists. Print the link in this shape:
|
|
281
280
|
|
|
282
281
|
```text
|
|
282
|
+
Campaign shell is ready. You and I will keep building the campaign in this chat.
|
|
283
|
+
You can watch it come together in real time here:
|
|
284
|
+
|
|
283
285
|
Watch link: {watchUrl}
|
|
284
286
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
+
Send changes here. I’ll ask for your approval whenever I need your expertise or
|
|
288
|
+
taste before moving forward.
|
|
287
289
|
```
|
|
288
290
|
|
|
289
291
|
The watch link should auto-login through the token in the URL. If the user says
|
|
@@ -136,10 +136,9 @@ when a bounded choice needs an escape hatch.
|
|
|
136
136
|
## Watch Link And Narration
|
|
137
137
|
|
|
138
138
|
The first campaign shell is created before lead import so the user can watch
|
|
139
|
-
the work. When `create_campaign` returns `watchUrl`, print it directly
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
link exists.
|
|
139
|
+
the work. When `create_campaign` returns `watchUrl`, print it directly. Never
|
|
140
|
+
call browser-opening tools, Computer Use, shell `open`, or in-app browser
|
|
141
|
+
automation just because a watch link exists.
|
|
143
142
|
|
|
144
143
|
Every watched step switch must call:
|
|
145
144
|
|
|
@@ -34,21 +34,14 @@ Example skeleton:
|
|
|
34
34
|
|
|
35
35
|
```text
|
|
36
36
|
I created the campaign shell with the brief already in it.
|
|
37
|
-
I
|
|
38
|
-
|
|
37
|
+
You and I will keep building the campaign in this chat. You can watch it come
|
|
38
|
+
together in real time here:
|
|
39
39
|
|
|
40
|
-
You can still ask me to change anything here. I’ll
|
|
41
|
-
|
|
40
|
+
You can still ask me to change anything here. I’ll ask for your approval
|
|
41
|
+
whenever I need your expertise or taste before moving forward.
|
|
42
42
|
|
|
43
43
|
Watch link: [Open campaign]({watchUrl})
|
|
44
44
|
|
|
45
|
-
Click that link to watch the campaign. The app is for inspection; this chat is
|
|
46
|
-
where you direct the campaign. If it opens in an in-app browser and asks you to
|
|
47
|
-
sign in, open the same link in your regular browser so you can watch real-time
|
|
48
|
-
updates from your signed-in session.
|
|
49
|
-
|
|
50
|
-
Command-Enter or click that link to watch it in Sellable.
|
|
51
|
-
|
|
52
45
|
Now ask the brief approval question. Do not show the approve/revise question
|
|
53
46
|
panel until the full brief content and this `Watch link:` line have appeared in
|
|
54
47
|
normal chat text. A summary such as "the brief is visible there" is not enough
|
|
@@ -134,7 +127,7 @@ cached or reconstructed URL.
|
|
|
134
127
|
- Never fabricate or reconstruct the URL locally.
|
|
135
128
|
- The watch link must be a direct campaign-builder URL with token auto-login.
|
|
136
129
|
- Do not call browser-opening tools, shell `open`, Computer Use, or in-app
|
|
137
|
-
browser automation
|
|
130
|
+
browser automation just because a watch link exists.
|
|
138
131
|
- Missing `watchUrl` is an error, not a silent skip.
|
|
139
132
|
- The first watch link must be shown only after the v1 brief is on the campaign.
|
|
140
133
|
- A watch link is not approval to import, attach sequence, or start.
|