@sellable/mcp 0.1.230 → 0.1.231

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.
@@ -2422,7 +2422,7 @@ function normalizeProspeoCompanySearchInputForMcp(input) {
2422
2422
  removeEmptyObjectFilter(filters, "company_lookalike");
2423
2423
  }
2424
2424
  }
2425
- relaxMcpDomainSeedMatchAll(filters, seedDomains);
2425
+ relaxMcpSeedMatchAll(filters, seedDomains.length + seedCompanies.length);
2426
2426
  normalizeMcpCompanyKeywords(filters);
2427
2427
  normalizeMcpCompanyWebsiteSearch(filters);
2428
2428
  normalizeMcpCompanyIcp(filters);
@@ -2568,8 +2568,8 @@ function stripMcpDuplicateCompanyIndustry(filters) {
2568
2568
  delete filters.company_industry;
2569
2569
  }
2570
2570
  }
2571
- function relaxMcpDomainSeedMatchAll(filters, seedDomains) {
2572
- if (seedDomains.length <= 1 || !isPlainObject(filters.company_lookalike)) {
2571
+ function relaxMcpSeedMatchAll(filters, seedCount) {
2572
+ if (seedCount <= 1 || !isPlainObject(filters.company_lookalike)) {
2573
2573
  return;
2574
2574
  }
2575
2575
  if (filters.company_lookalike.match_all === true) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sellable/mcp",
3
- "version": "0.1.230",
3
+ "version": "0.1.231",
4
4
  "type": "module",
5
5
  "description": "Sellable MCP server for Claude Code and Codex campaign workflows",
6
6
  "main": "dist/index.js",
@@ -257,7 +257,7 @@ company/domain plus `company_lookalike.minimum_tier` and simple confirmed
257
257
  attributes, headcount, or industry. Do not add `company_website_search`,
258
258
  `company_keywords`, or `company_icp` until the account sample proves the seed
259
259
  works. Do not send placeholder seed names like `another approved best-customer seed`,
260
- and only use concrete companies or domains you actually resolved. Prefer `seedDomains`
260
+ and only use concrete companies or domains you actually resolved. If another approved seed is referenced but not named, ask for it or run one seed without `match_all`; do not invent a second seed from examples, competitors, or exclusions. Prefer `seedDomains`
261
261
  for single-seed lookalikes. For multi-seed `match_all` lookalikes, use concrete company names unless you already know the exact canonical Prospeo domains; do not mix both in one seeded lookalike call. Do not combine `has_api` and `has_sso` in the first seeded lookalike call; start with `has_api`
262
262
  and refine after a valid account sample if SSO still matters. Do not send `company_website_search.exclude_keywords` without a positive website include signal.
263
263
  Do not use `AI`, `API`, `GTM`, or `SaaS` as company keyword terms.
@@ -432,7 +432,7 @@ Use first for broad persona expansion, ABM/domain targeting, hiring-led targetin
432
432
  attributes, headcount, or industry. Do not add `company_website_search`,
433
433
  `company_keywords`, or `company_icp` until the account sample proves the seed
434
434
  works. Do not send placeholder seed names like `another approved best-customer seed`,
435
- and only use concrete companies or domains you actually resolved. Prefer `seedDomains`
435
+ and only use concrete companies or domains you actually resolved. If another approved seed is referenced but not named, ask for it or run one seed without `match_all`; do not invent a second seed from examples, competitors, or exclusions. Prefer `seedDomains`
436
436
  for single-seed lookalikes. For multi-seed `match_all` lookalikes, use concrete company names unless you already know the exact canonical Prospeo domains; do not mix both in one seeded lookalike call. Do not combine `has_api` and `has_sso` in the first seeded lookalike call; start with
437
437
  `has_api` and refine after a valid account sample if SSO still matters. Do not send `company_website_search.exclude_keywords` without a positive website include signal.
438
438
  - Do not use `company_intent`. Do not invent unsupported support-channel filters
@@ -109,6 +109,9 @@ Avoidable-400 guardrails:
109
109
  - For seeded company lookalikes, keep the first call simple: seed company/domain + `company_lookalike.minimum_tier` + confirmed attributes, headcount, or industry. Do not add `company_website_search`, `company_keywords`, or `company_icp` until the account sample proves the seed works.
110
110
  - For seeded company lookalikes, do not combine `has_api` and `has_sso` in the first call; start with `has_api` and refine after a valid account sample if SSO still matters.
111
111
  - Do not send placeholder seed names such as `another approved best-customer seed`; use only concrete company names or domains you have actually resolved.
112
+ - If the user references another approved seed but does not name it, ask for the
113
+ seed or run a one-seed lookalike without `match_all`; do not invent a second
114
+ seed from examples, competitors, or exclusions.
112
115
  - Prefer seed domains for single-seed lookalikes. For multi-seed `match_all`
113
116
  lookalikes, use concrete company names unless you already know the exact
114
117
  canonical Prospeo domains; guessed product or marketing domains can 400 with
@@ -259,6 +262,8 @@ Preference rules:
259
262
  - Run `company_key_customers` as a standalone first-pass filter. Do not combine `company_key_customers` with ICP, website-search, keyword, attribute, industry, or headcount filters until the standalone pass proves useful.
260
263
  - For seeded lookalikes, avoid first-call `company_website_search`, `company_keywords`, and `company_icp`; use resolved seeds plus lookalike tier and simple attributes/headcount/industry first.
261
264
  - For seeded lookalikes, avoid first-call `has_api` + `has_sso`; use one confirmed attribute first, then refine.
265
+ - Do not invent missing approved seeds. If a second seed is not named, ask for it
266
+ or run one seed without `match_all`.
262
267
  - Prefer `seedDomains` for single-seed lookalikes. For multi-seed `match_all`
263
268
  lookalikes, use concrete company names unless you know the exact canonical
264
269
  Prospeo domains; do not mix both in one seeded lookalike call.