@sellable/mcp 0.1.768 → 0.1.769

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.
@@ -236,7 +236,7 @@ export declare const allTools: ({
236
236
  properties: {
237
237
  subskillName: {
238
238
  type: string;
239
- enum: readonly ["avoid-ai-writing", "building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "find-leads-v2", "foundation", "generate-messages", "interview", "load-voice", "refresh-sender-engagement", "refill-sends", "refill-sends-evergreen", "refill-sends-evergreen-workflow", "refill-sends-v2", "refill-sends-v2-workflow", "refill-sends-workflow", "research", "research-prospect", "research-sender", "weekly-campaign-summary", "workflow-sequences"];
239
+ enum: readonly ["avoid-ai-writing", "building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "find-leads-v2", "foundation", "generate-messages", "interview", "load-voice", "refresh-sender-engagement", "refill-sends", "refill-sends-workflow", "research", "research-prospect", "research-sender", "weekly-campaign-summary", "workflow-sequences"];
240
240
  description: string;
241
241
  };
242
242
  offset: {
@@ -271,7 +271,7 @@ export declare const allTools: ({
271
271
  properties: {
272
272
  subskillName: {
273
273
  type: string;
274
- enum: readonly ["avoid-ai-writing", "building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "find-leads-v2", "foundation", "generate-messages", "interview", "load-voice", "refresh-sender-engagement", "refill-sends", "refill-sends-evergreen", "refill-sends-evergreen-workflow", "refill-sends-v2", "refill-sends-v2-workflow", "refill-sends-workflow", "research", "research-prospect", "research-sender", "weekly-campaign-summary", "workflow-sequences"];
274
+ enum: readonly ["avoid-ai-writing", "building-gtm-tables", "content", "create-ab-test", "create-campaign", "create-campaign-brief", "create-campaign-v2", "create-campaign-v2-tail", "create-campaign-v2-validation", "create-evergreen-campaigns", "create-post", "create-rubric", "engage", "enrich-prospects", "fill-send-horizon", "find-leads", "find-leads-v2", "foundation", "generate-messages", "interview", "load-voice", "refresh-sender-engagement", "refill-sends", "refill-sends-workflow", "research", "research-prospect", "research-sender", "weekly-campaign-summary", "workflow-sequences"];
275
275
  description: string;
276
276
  };
277
277
  assetPath: {
@@ -8217,55 +8217,6 @@ export declare const allTools: ({
8217
8217
  };
8218
8218
  required: never[];
8219
8219
  };
8220
- } | {
8221
- name: string;
8222
- description: string;
8223
- inputSchema: {
8224
- type: string;
8225
- properties: {
8226
- workspaceId: {
8227
- type: string;
8228
- description: string;
8229
- };
8230
- senderIds: {
8231
- type: string;
8232
- items: {
8233
- type: string;
8234
- };
8235
- };
8236
- actionTypes: {
8237
- type: string;
8238
- items: {
8239
- type: string;
8240
- enum: string[];
8241
- };
8242
- description: string;
8243
- };
8244
- approvalMode: {
8245
- type: string;
8246
- enum: string[];
8247
- };
8248
- runState: {
8249
- type: string;
8250
- description: string;
8251
- };
8252
- intent: {
8253
- type: string;
8254
- enum: string[];
8255
- description: string;
8256
- };
8257
- journal: {
8258
- type: string;
8259
- description: string;
8260
- };
8261
- journalNote: {
8262
- type: string;
8263
- description: string;
8264
- };
8265
- };
8266
- required: string[];
8267
- additionalProperties: boolean;
8268
- };
8269
8220
  } | {
8270
8221
  readonly name: "bootstrap_find_leads";
8271
8222
  readonly description: "Create or resume a durable campaignless Find Leads run and its lead list. No campaign or workingCampaignId is required.";
@@ -9195,419 +9146,6 @@ export declare const allTools: ({
9195
9146
  };
9196
9147
  required: string[];
9197
9148
  };
9198
- } | {
9199
- name: string;
9200
- description: string;
9201
- inputSchema: {
9202
- type: string;
9203
- properties: {
9204
- workspaceId: {
9205
- type: string;
9206
- description: string;
9207
- };
9208
- runId: {
9209
- type: string;
9210
- description: string;
9211
- };
9212
- fence: {
9213
- type: string;
9214
- description: string;
9215
- };
9216
- runHandle: {
9217
- readonly type: "object";
9218
- readonly properties: {
9219
- readonly runId: {
9220
- readonly type: "string";
9221
- readonly minLength: 1;
9222
- };
9223
- readonly fence: {
9224
- readonly type: "number";
9225
- readonly minimum: 0;
9226
- };
9227
- readonly leaseOwner: {
9228
- readonly type: "string";
9229
- readonly minLength: 1;
9230
- };
9231
- };
9232
- readonly required: readonly ["runId", "fence"];
9233
- readonly additionalProperties: false;
9234
- };
9235
- targetConfig: {
9236
- readonly type: "object";
9237
- readonly properties: {
9238
- readonly version: {
9239
- readonly type: "number";
9240
- readonly const: 1;
9241
- };
9242
- readonly workspaceId: {
9243
- readonly type: "string";
9244
- readonly minLength: 1;
9245
- };
9246
- readonly campaignId: {
9247
- readonly type: "string";
9248
- readonly minLength: 1;
9249
- };
9250
- readonly tableId: {
9251
- readonly type: "string";
9252
- readonly minLength: 1;
9253
- };
9254
- readonly senderScope: {
9255
- readonly type: "object";
9256
- readonly properties: {
9257
- readonly senderIds: {
9258
- readonly type: "array";
9259
- readonly items: {
9260
- readonly type: "string";
9261
- };
9262
- };
9263
- readonly senderNames: {
9264
- readonly type: "array";
9265
- readonly items: {
9266
- readonly type: "string";
9267
- };
9268
- };
9269
- readonly senders: {
9270
- readonly type: "array";
9271
- readonly items: {
9272
- readonly type: "string";
9273
- };
9274
- };
9275
- };
9276
- readonly required: readonly ["senderIds", "senderNames", "senders"];
9277
- readonly additionalProperties: false;
9278
- };
9279
- readonly actionScope: {
9280
- readonly type: "array";
9281
- readonly items: {
9282
- readonly type: "string";
9283
- };
9284
- };
9285
- readonly laneScope: {
9286
- readonly type: "object";
9287
- readonly properties: {
9288
- readonly intent: {
9289
- readonly type: "string";
9290
- };
9291
- readonly laneKeys: {
9292
- readonly type: "array";
9293
- readonly items: {
9294
- readonly type: "string";
9295
- };
9296
- };
9297
- };
9298
- readonly required: readonly ["intent", "laneKeys"];
9299
- readonly additionalProperties: false;
9300
- };
9301
- readonly targetWindow: {
9302
- readonly type: "object";
9303
- readonly properties: {
9304
- readonly targetDate: {
9305
- readonly type: readonly ["string", "null"];
9306
- };
9307
- readonly untilDate: {
9308
- readonly type: readonly ["string", "null"];
9309
- };
9310
- readonly horizonSendDays: {
9311
- readonly type: readonly ["number", "null"];
9312
- };
9313
- };
9314
- readonly required: readonly ["targetDate", "untilDate", "horizonSendDays"];
9315
- readonly additionalProperties: false;
9316
- };
9317
- readonly approvalInputs: {
9318
- readonly type: "object";
9319
- readonly properties: {
9320
- readonly approvalMode: {
9321
- readonly type: "string";
9322
- readonly enum: readonly ["approve", "mark_ready"];
9323
- };
9324
- readonly expectedActionKey: {
9325
- readonly type: readonly ["string", "null"];
9326
- };
9327
- };
9328
- readonly required: readonly ["approvalMode", "expectedActionKey"];
9329
- readonly additionalProperties: false;
9330
- };
9331
- readonly revisionInputs: {
9332
- readonly type: "object";
9333
- readonly properties: {
9334
- readonly planRevision: {
9335
- readonly type: readonly ["string", "null"];
9336
- };
9337
- readonly stateRevision: {
9338
- readonly type: readonly ["string", "null"];
9339
- };
9340
- readonly targetShapeRevision: {
9341
- readonly type: readonly ["string", "null"];
9342
- };
9343
- };
9344
- readonly required: readonly ["planRevision", "stateRevision", "targetShapeRevision"];
9345
- readonly additionalProperties: false;
9346
- };
9347
- };
9348
- readonly required: readonly ["version", "workspaceId", "campaignId", "tableId", "senderScope", "actionScope", "laneScope", "targetWindow", "approvalInputs", "revisionInputs"];
9349
- readonly additionalProperties: false;
9350
- };
9351
- reportingContext: {
9352
- readonly type: "object";
9353
- readonly description: "Exact refill_reporting_context.v2 authority returned by the product. Preserve every nested field unchanged.";
9354
- readonly properties: {
9355
- readonly schemaVersion: {
9356
- readonly type: "string";
9357
- readonly const: "refill_reporting_context.v2";
9358
- };
9359
- readonly targetConfig: {
9360
- readonly type: "object";
9361
- readonly properties: {
9362
- readonly version: {
9363
- readonly type: "number";
9364
- readonly const: 1;
9365
- };
9366
- readonly workspaceId: {
9367
- readonly type: "string";
9368
- readonly minLength: 1;
9369
- };
9370
- readonly campaignId: {
9371
- readonly type: "string";
9372
- readonly minLength: 1;
9373
- };
9374
- readonly tableId: {
9375
- readonly type: "string";
9376
- readonly minLength: 1;
9377
- };
9378
- readonly senderScope: {
9379
- readonly type: "object";
9380
- readonly properties: {
9381
- readonly senderIds: {
9382
- readonly type: "array";
9383
- readonly items: {
9384
- readonly type: "string";
9385
- };
9386
- };
9387
- readonly senderNames: {
9388
- readonly type: "array";
9389
- readonly items: {
9390
- readonly type: "string";
9391
- };
9392
- };
9393
- readonly senders: {
9394
- readonly type: "array";
9395
- readonly items: {
9396
- readonly type: "string";
9397
- };
9398
- };
9399
- };
9400
- readonly required: readonly ["senderIds", "senderNames", "senders"];
9401
- readonly additionalProperties: false;
9402
- };
9403
- readonly actionScope: {
9404
- readonly type: "array";
9405
- readonly items: {
9406
- readonly type: "string";
9407
- };
9408
- };
9409
- readonly laneScope: {
9410
- readonly type: "object";
9411
- readonly properties: {
9412
- readonly intent: {
9413
- readonly type: "string";
9414
- };
9415
- readonly laneKeys: {
9416
- readonly type: "array";
9417
- readonly items: {
9418
- readonly type: "string";
9419
- };
9420
- };
9421
- };
9422
- readonly required: readonly ["intent", "laneKeys"];
9423
- readonly additionalProperties: false;
9424
- };
9425
- readonly targetWindow: {
9426
- readonly type: "object";
9427
- readonly properties: {
9428
- readonly targetDate: {
9429
- readonly type: readonly ["string", "null"];
9430
- };
9431
- readonly untilDate: {
9432
- readonly type: readonly ["string", "null"];
9433
- };
9434
- readonly horizonSendDays: {
9435
- readonly type: readonly ["number", "null"];
9436
- };
9437
- };
9438
- readonly required: readonly ["targetDate", "untilDate", "horizonSendDays"];
9439
- readonly additionalProperties: false;
9440
- };
9441
- readonly approvalInputs: {
9442
- readonly type: "object";
9443
- readonly properties: {
9444
- readonly approvalMode: {
9445
- readonly type: "string";
9446
- readonly enum: readonly ["approve", "mark_ready"];
9447
- };
9448
- readonly expectedActionKey: {
9449
- readonly type: readonly ["string", "null"];
9450
- };
9451
- };
9452
- readonly required: readonly ["approvalMode", "expectedActionKey"];
9453
- readonly additionalProperties: false;
9454
- };
9455
- readonly revisionInputs: {
9456
- readonly type: "object";
9457
- readonly properties: {
9458
- readonly planRevision: {
9459
- readonly type: readonly ["string", "null"];
9460
- };
9461
- readonly stateRevision: {
9462
- readonly type: readonly ["string", "null"];
9463
- };
9464
- readonly targetShapeRevision: {
9465
- readonly type: readonly ["string", "null"];
9466
- };
9467
- };
9468
- readonly required: readonly ["planRevision", "stateRevision", "targetShapeRevision"];
9469
- readonly additionalProperties: false;
9470
- };
9471
- };
9472
- readonly required: readonly ["version", "workspaceId", "campaignId", "tableId", "senderScope", "actionScope", "laneScope", "targetWindow", "approvalInputs", "revisionInputs"];
9473
- readonly additionalProperties: false;
9474
- };
9475
- readonly targetConfigDigest: {
9476
- readonly type: "string";
9477
- readonly minLength: 1;
9478
- };
9479
- readonly runHandle: {
9480
- readonly type: "object";
9481
- readonly properties: {
9482
- readonly runId: {
9483
- readonly type: "string";
9484
- readonly minLength: 1;
9485
- };
9486
- readonly fence: {
9487
- readonly type: "number";
9488
- readonly minimum: 0;
9489
- };
9490
- readonly leaseOwner: {
9491
- readonly type: "string";
9492
- readonly minLength: 1;
9493
- };
9494
- };
9495
- readonly required: readonly ["runId", "fence"];
9496
- readonly additionalProperties: false;
9497
- };
9498
- readonly source: {
9499
- readonly type: "object";
9500
- };
9501
- readonly readiness: {
9502
- readonly type: "object";
9503
- };
9504
- readonly livePreparation: {
9505
- readonly type: "object";
9506
- };
9507
- readonly liveHistory: {
9508
- readonly type: "object";
9509
- };
9510
- readonly goals: {
9511
- readonly type: "array";
9512
- readonly items: {
9513
- readonly type: "object";
9514
- };
9515
- };
9516
- };
9517
- readonly required: readonly ["schemaVersion", "targetConfig", "targetConfigDigest", "runHandle", "source", "readiness", "livePreparation", "liveHistory", "goals"];
9518
- readonly additionalProperties: false;
9519
- };
9520
- messageTemplateRevision: {
9521
- readonly type: "object";
9522
- readonly properties: {
9523
- readonly version: {
9524
- readonly type: "number";
9525
- readonly const: 1;
9526
- };
9527
- readonly source: {
9528
- readonly type: "string";
9529
- readonly const: "user_approved";
9530
- };
9531
- readonly messageTemplateRevision: {
9532
- readonly type: "string";
9533
- readonly minLength: 1;
9534
- };
9535
- readonly templateMarkdown: {
9536
- readonly type: "string";
9537
- readonly minLength: 1;
9538
- };
9539
- readonly priorTemplateAuthorityDigest: {
9540
- readonly type: "string";
9541
- readonly minLength: 1;
9542
- };
9543
- readonly nextTemplateAuthorityDigest: {
9544
- readonly type: "string";
9545
- readonly minLength: 1;
9546
- };
9547
- readonly cohortRowIds: {
9548
- readonly type: "array";
9549
- readonly items: {
9550
- readonly type: "string";
9551
- readonly minLength: 1;
9552
- };
9553
- readonly minItems: 1;
9554
- readonly maxItems: 500;
9555
- };
9556
- readonly requestId: {
9557
- readonly type: "string";
9558
- readonly minLength: 1;
9559
- };
9560
- readonly effectId: {
9561
- readonly type: "string";
9562
- readonly minLength: 1;
9563
- };
9564
- readonly revisionOperationId: {
9565
- readonly type: "string";
9566
- readonly minLength: 1;
9567
- };
9568
- };
9569
- readonly required: readonly ["version", "source", "messageTemplateRevision", "templateMarkdown", "priorTemplateAuthorityDigest", "nextTemplateAuthorityDigest", "cohortRowIds", "requestId", "effectId", "revisionOperationId"];
9570
- readonly additionalProperties: false;
9571
- };
9572
- dryRun: {
9573
- type: string;
9574
- description: string;
9575
- };
9576
- approvalMode: {
9577
- type: string;
9578
- enum: string[];
9579
- description: string;
9580
- };
9581
- senderIds: {
9582
- type: string;
9583
- items: {
9584
- type: string;
9585
- };
9586
- };
9587
- actionTypes: {
9588
- type: string;
9589
- items: {
9590
- type: string;
9591
- enum: string[];
9592
- };
9593
- };
9594
- intent: {
9595
- type: string;
9596
- enum: string[];
9597
- };
9598
- agentKeywords: {
9599
- type: string;
9600
- items: {
9601
- type: string;
9602
- };
9603
- minItems: number;
9604
- maxItems: number;
9605
- description: string;
9606
- };
9607
- };
9608
- required: string[];
9609
- additionalProperties: boolean;
9610
- };
9611
9149
  } | {
9612
9150
  name: string;
9613
9151
  description: string;
@@ -10312,4 +9850,4 @@ export declare const allTools: ({
10312
9850
  };
10313
9851
  })[];
10314
9852
  /** Closed public surface used by the paired MCP/installer asset inventory. */
10315
- export declare const refillProjectionToolNames: readonly ["refill_sends", "refill_sends_v2", "get_refill_target_plan", "get_refill_plan_v2", "get_campaign_refill_state", "start_campaign_message_preparation", "get_campaign_message_preparation_status", "revise_message_template_and_rerun"];
9853
+ export declare const refillProjectionToolNames: readonly ["refill_sends", "get_refill_target_plan", "get_campaign_refill_state", "start_campaign_message_preparation", "get_campaign_message_preparation_status", "revise_message_template_and_rerun"];
@@ -23,7 +23,6 @@ import { engageDiscoveryToolDefinitions } from "./engage-discovery.js";
23
23
  import { engageMemoryToolDefinitions } from "./engage-memory.js";
24
24
  import { engageStateToolDefinitions } from "./engage-state.js";
25
25
  import { enrichmentToolDefinitions } from "./enrichment.js";
26
- import { refillPlanV2ToolDefinitions } from "./evergreen-refill-plan.js";
27
26
  import { findLeadsRunToolDefinitions } from "./find-leads-runs.js";
28
27
  import { frameworkToolDefinitions } from "./framework.js";
29
28
  import { harvestJobToolDefinitions } from "./harvest-jobs.js";
@@ -37,7 +36,6 @@ import { processingToolDefinitions } from "./processing.js";
37
36
  import { promptToolDefinitions } from "./prompts.js";
38
37
  import { findLeadsProviderPreflightToolDefinitions } from "./provider-preflight.js";
39
38
  import { readinessToolDefinitions } from "./readiness.js";
40
- import { refillSendsV2ToolDefinitions } from "./refill-sends-v2.js";
41
39
  import { refillSendsToolDefinitions } from "./refill-sends.js";
42
40
  import { refillTargetPlanToolDefinitions } from "./refill-target-plan.js";
43
41
  import { refreshSenderEngagementToolDefinitions } from "./refresh-sender-engagement.js";
@@ -60,12 +58,10 @@ export const allTools = [
60
58
  ...campaignAbTestToolDefinitions,
61
59
  ...campaignFillRoutingToolDefinitions,
62
60
  ...campaignRefillStateToolDefinitions,
63
- ...refillPlanV2ToolDefinitions,
64
61
  ...refillTargetPlanToolDefinitions,
65
62
  ...schedulerFillCapacityToolDefinitions,
66
63
  ...schedulerRunToolDefinitions,
67
64
  ...refillSendsToolDefinitions,
68
- ...refillSendsV2ToolDefinitions,
69
65
  ...setupEvergreenCampaignsToolDefinitions,
70
66
  ...campaignHorizonFillToolDefinitions,
71
67
  ...campaignMessagePreparationToolDefinitions,
@@ -121,9 +117,7 @@ export const allTools = [
121
117
  /** Closed public surface used by the paired MCP/installer asset inventory. */
122
118
  export const refillProjectionToolNames = [
123
119
  "refill_sends",
124
- "refill_sends_v2",
125
120
  "get_refill_target_plan",
126
- "get_refill_plan_v2",
127
121
  "get_campaign_refill_state",
128
122
  "start_campaign_message_preparation",
129
123
  "get_campaign_message_preparation_status",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.768",
3
+ "version": "0.1.769",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code, Codex, and Hermes campaign workflows",
6
6
  "main": "dist/index.js",
@@ -76,7 +76,7 @@ get_subskill_asset({ subskillName: "refill-sends-workflow", assetPath: "core/flo
76
76
 
77
77
  Continue chunks until `hasMore:false`; require `workflow:"refill-sends-workflow"`
78
78
  and a COMPATIBLE version: same major (`v1`) and minor at or above the minimum
79
- `v1.8` — so `v1.8`, `v1.9`, `v1.10` all pass and `v2.x` does not. Report the
79
+ `v1.9` — so `v1.9`, `v1.10` pass while `v1.8` and `v2.x` do not. Report the
80
80
  verified version before D1. A missing, unparseable, wrong-major, or
81
81
  below-minimum version is `workflow_version_mismatch`: stop before
82
82
  `get_refill_target_plan` or mutation. Do NOT require exact string equality: the
@@ -25,8 +25,8 @@ perform every fresh planner-ranked safe transition among existing campaigns,
25
25
  lanes, and source families. It may not create a new campaign.
26
26
 
27
27
  The host must load the entire asset and verify a COMPATIBLE version before D1:
28
- same major (`v1`) and minor at or above the minimum `v1.8`, so `v1.9` and
29
- `v1.10` are accepted and `v2.x` is not. It reports that verified version
28
+ same major (`v1`) and minor at or above the minimum `v1.9`, so `v1.9` and
29
+ `v1.10` are accepted while `v1.8` and `v2.x` are not. It reports that version
30
30
  explicitly. A missing, unparseable, wrong-major, or below-minimum version is
31
31
  `workflow_version_mismatch` and stops before planner or mutation. Exact-string
32
32
  matching is forbidden here: the asset ships in the npm package while the
@@ -37,7 +37,7 @@ change breaking.
37
37
 
38
38
  ```mermaid
39
39
  flowchart TD
40
- A["Receive exact workspace, sender/action selectors, and date envelope"] --> ASSET["Verify complete flow.v1.json, workflow refill-sends-workflow, compatible version v1 >= v1.8"]
40
+ A["Receive exact workspace, sender/action selectors, and date envelope"] --> ASSET["Verify complete flow.v1.json, workflow refill-sends-workflow, compatible version v1 >= v1.9"]
41
41
  ASSET --> D1["Call get_refill_target_plan read-only with immutable route intent"]
42
42
  D1 --> RENDER["Render sender/campaign waterfall, coverage ledger, bounded side effects, forbidden actions, and stop condition"]
43
43
  RENDER --> D2["Call refill_sends with workspaceCoordinator true and displayed revision/action pins"]
@@ -19,7 +19,7 @@
19
19
  "workflow": "refill-sends-workflow",
20
20
  "exactVersion": "v1.9",
21
21
  "versionPolicy": "compatible_range",
22
- "minimumVersion": "v1.8",
22
+ "minimumVersion": "v1.9",
23
23
  "compatibleMajor": "v1",
24
24
  "requiredTopLevelKeys": [
25
25
  "states",