@sellable/mcp 0.1.281 → 0.1.282

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.281",
3
+ "version": "0.1.282",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",
@@ -4,26 +4,71 @@ description: Create a Sellable campaign A/B test by duplicating a full Campaign
4
4
  visibility: public
5
5
  allowed-tools:
6
6
  - mcp__sellable__get_auth_status
7
+ - mcp__sellable__start_cli_login
8
+ - mcp__sellable__wait_for_cli_login
7
9
  - mcp__sellable__bootstrap_create_campaign
8
10
  - mcp__sellable__get_subskill_prompt
9
11
  - mcp__sellable__get_subskill_asset
12
+ - mcp__sellable__search_subskill_prompts
13
+ - mcp__sellable__get_provider_prompt
14
+ - mcp__sellable__get_source_scout_registry
15
+ - mcp__sellable__get_post_find_leads_scout_registry
10
16
  - mcp__sellable__get_active_workspace
17
+ - mcp__sellable__list_workspaces
18
+ - mcp__sellable__set_active_workspace
19
+ - mcp__sellable__list_senders
20
+ - mcp__sellable__get_sender
11
21
  - mcp__sellable__fetch_linkedin_profile
22
+ - mcp__sellable__fetch_linkedin_posts
23
+ - mcp__sellable__get_linkedin_profile
24
+ - mcp__sellable__fetch_company
25
+ - mcp__sellable__fetch_company_posts
12
26
  - mcp__sellable__complete_sender_research
27
+ - mcp__sellable__lookup_sales_nav_filter
28
+ - mcp__sellable__search_sales_nav
29
+ - mcp__sellable__search_prospeo
30
+ - mcp__sellable__search_prospeo_companies
31
+ - mcp__sellable__confirm_prospeo_company_accounts
32
+ - mcp__sellable__search_harvest_jobs
33
+ - mcp__sellable__confirm_harvest_job_companies
34
+ - mcp__sellable__search_signals
35
+ - mcp__sellable__fetch_post_engagers
36
+ - mcp__sellable__enrich_with_prospeo
37
+ - mcp__sellable__bulk_enrich_with_prospeo
38
+ - mcp__sellable__save_domain_filters
39
+ - mcp__sellable__add_rubric_item
40
+ - mcp__sellable__upsert_rubric
41
+ - mcp__sellable__set_headline_icp_criteria
42
+ - mcp__sellable__check_rubric
13
43
  - mcp__sellable__create_campaign
14
44
  - mcp__sellable__update_campaign_brief
15
45
  - mcp__sellable__update_campaign
16
46
  - mcp__sellable__save_rubrics
17
47
  - mcp__sellable__get_campaign
18
48
  - mcp__sellable__get_campaign_context
49
+ - mcp__sellable__get_campaign_framework
19
50
  - mcp__sellable__get_campaign_navigation_state
20
51
  - mcp__sellable__get_campaign_messages_preview
52
+ - mcp__sellable__get_campaign_table_schema
53
+ - mcp__sellable__select_campaign_cells
54
+ - mcp__sellable__queue_campaign_cells
55
+ - mcp__sellable__wait_for_campaign_processing
56
+ - mcp__sellable__revise_message_template_and_rerun
57
+ - mcp__sellable__confirm_lead_list
58
+ - mcp__sellable__import_leads
21
59
  - mcp__sellable__duplicate_campaign
22
60
  - mcp__sellable__prepare_campaign_ab_test
61
+ - mcp__sellable__list_dnc_entries
62
+ - mcp__sellable__load_csv_dnc_entries
23
63
  - mcp__sellable__load_csv_linkedin_leads
64
+ - mcp__sellable__load_csv_domains
24
65
  - mcp__sellable__wait_for_lead_list_ready
66
+ - mcp__sellable__wait_for_campaign_table_ready
67
+ - mcp__sellable__get_rows
25
68
  - mcp__sellable__get_table_rows
26
69
  - mcp__sellable__get_rows_minimal
70
+ - mcp__sellable__attach_sequence
71
+ - mcp__sellable__attach_recommended_sequence
27
72
  ---
28
73
 
29
74
  # Sellable Create A/B Test
@@ -36,11 +81,13 @@ campaign-message approaches from the same source list.
36
81
 
37
82
  Start by identifying the campaign idea and the one variable being tested.
38
83
  Campaign A must be a real, fully prepared Sellable campaign before this A/B
39
- helper runs. If the user only supplied an idea, first run the normal
40
- `$sellable:create-campaign` flow for Campaign A: research the sender/company,
41
- create the campaign shell, build and approve the campaign brief, source or
42
- attach leads when appropriate, save any approved ICP filters, and get the
43
- message/template state into the campaign brief. Do not call
84
+ helper runs. If the user only supplied an idea, this skill must first execute
85
+ the normal `$sellable:create-campaign` workflow for Campaign A in the same run:
86
+ bootstrap create-campaign, load `create-campaign-v2` and
87
+ `core/flow.v2.json`, research the sender/company, create the campaign shell,
88
+ build and approve the campaign brief, source or attach leads when appropriate,
89
+ save any approved ICP filters, and get the message/template state into the
90
+ campaign brief. Do not call
44
91
  `prepare_campaign_ab_test` with only `campaignName`/`campaignBrief`.
45
92
 
46
93
  Once Campaign A exists, the A/B step duplicates Campaign A through Sellable's
@@ -54,8 +101,11 @@ split lead list.
54
101
  1. Decide the source mode:
55
102
  - Existing Campaign A: confirm the source campaign ID or resolve it with
56
103
  `get_campaign`.
57
- - Idea-only request: run the full `$sellable:create-campaign` workflow first,
58
- then use the created campaign ID as `sourceCampaignId`.
104
+ - Idea-only request: run the full create-campaign workflow inline first,
105
+ through `bootstrap_create_campaign`, `get_subskill_prompt({
106
+ subskillName: "create-campaign-v2" })`, and `get_subskill_asset({
107
+ subskillName: "create-campaign-v2", assetPath: "core/flow.v2.json" })`.
108
+ Use the created campaign ID as `sourceCampaignId`.
59
109
  2. Confirm the A/B variable in plain language. Keep variant B as the explicit
60
110
  change and leave variant A as the control unless the user names an A change.
61
111
  3. Inspect Campaign A with `get_campaign` and `get_campaign_context`. Confirm
@@ -1,9 +0,0 @@
1
- {
2
- "parallelMode": "wide",
3
- "agentCount": 6,
4
- "maxToolCallsPerAgent": 2,
5
- "senderMaxAgents": 2,
6
- "senderMaxToolCallsPerAgent": 3,
7
- "progressMode": true,
8
- "debugMode": true
9
- }