@mcpmake/core 0.4.6 → 0.4.7
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/dist/pricing.d.ts +8 -6
- package/dist/pricing.d.ts.map +1 -1
- package/dist/pricing.js +34 -19
- package/dist/pricing.js.map +1 -1
- package/package.json +1 -1
package/dist/pricing.d.ts
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
* Canonical pricing for mcpmake's lead commercial offering ("Family A").
|
|
3
3
|
*
|
|
4
4
|
* Family A is the *non-cloud* product: the local compiler (CLI), an enterprise
|
|
5
|
-
* support plan, and done-for-you migration
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
5
|
+
* support plan, and a two-step done-for-you migration (a fixed assessment that
|
|
6
|
+
* de-risks scope + a larger implementation). (The old CI "Sync" tiers are
|
|
7
|
+
* retired/paused — STRATEGY, Gate-2 — so they are no longer bundled here.) Per
|
|
8
|
+
* MONEY.md this is the intended lead of the business — high software/services
|
|
9
|
+
* margins with no per-tenant infrastructure exposure (still an unproven
|
|
10
|
+
* hypothesis until paid delivery, STRATEGY).
|
|
9
11
|
*
|
|
10
12
|
* Family B (managed cloud hosting) is a later convenience add-on; its limits
|
|
11
13
|
* and plan enforcement live in `src/cloud/billing/billing-engine.ts`, and its
|
|
@@ -54,8 +56,8 @@ export declare function fetchPricing(serverUrl?: string, timeoutMs?: number): Pr
|
|
|
54
56
|
source: 'backend' | 'bundled';
|
|
55
57
|
}>;
|
|
56
58
|
/**
|
|
57
|
-
* Human-readable price label, e.g. `"Free forever"`, `"$
|
|
58
|
-
* `"from $
|
|
59
|
+
* Human-readable price label, e.g. `"Free forever"`, `"$2,000 one-off"`,
|
|
60
|
+
* `"from $15,000/yr"`, `"$7,500–$20,000 one-off"`.
|
|
59
61
|
*/
|
|
60
62
|
export declare function formatPrice(p: PricePoint): string;
|
|
61
63
|
//# sourceMappingURL=pricing.d.ts.map
|
package/dist/pricing.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pricing.d.ts","sourceRoot":"","sources":["../src/pricing.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"pricing.d.ts","sourceRoot":"","sources":["../src/pricing.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;GAkBG;AAEH,MAAM,MAAM,aAAa,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;AAE7D,MAAM,WAAW,UAAU;IACzB,0BAA0B;IAC1B,EAAE,EAAE,MAAM,CAAC;IACX,oBAAoB;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,0CAA0C;IAC1C,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,MAAM,EAAE,aAAa,CAAC;IACtB,sDAAsD;IACtD,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,4EAA4E;AAC5E,eAAO,MAAM,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAiDvD,CAAC;AAEF,6DAA6D;AAC7D,eAAO,MAAM,sBAAsB,wBAAwB,CAAC;AAe5D;;;;;;;;;;;;GAYG;AACH,wBAAsB,YAAY,CAChC,SAAS,CAAC,EAAE,MAAM,EAClB,SAAS,SAAQ,GAChB,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,UAAU,CAAC,CAAC;IAAC,MAAM,EAAE,SAAS,GAAG,SAAS,CAAA;CAAE,CAAC,CAgCjF;AAQD;;;GAGG;AACH,wBAAgB,WAAW,CAAC,CAAC,EAAE,UAAU,GAAG,MAAM,CAUjD"}
|
package/dist/pricing.js
CHANGED
|
@@ -2,10 +2,12 @@
|
|
|
2
2
|
* Canonical pricing for mcpmake's lead commercial offering ("Family A").
|
|
3
3
|
*
|
|
4
4
|
* Family A is the *non-cloud* product: the local compiler (CLI), an enterprise
|
|
5
|
-
* support plan, and done-for-you migration
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
*
|
|
5
|
+
* support plan, and a two-step done-for-you migration (a fixed assessment that
|
|
6
|
+
* de-risks scope + a larger implementation). (The old CI "Sync" tiers are
|
|
7
|
+
* retired/paused — STRATEGY, Gate-2 — so they are no longer bundled here.) Per
|
|
8
|
+
* MONEY.md this is the intended lead of the business — high software/services
|
|
9
|
+
* margins with no per-tenant infrastructure exposure (still an unproven
|
|
10
|
+
* hypothesis until paid delivery, STRATEGY).
|
|
9
11
|
*
|
|
10
12
|
* Family B (managed cloud hosting) is a later convenience add-on; its limits
|
|
11
13
|
* and plan enforcement live in `src/cloud/billing/billing-engine.ts`, and its
|
|
@@ -25,28 +27,41 @@ export const FAMILY_A_PRICING = {
|
|
|
25
27
|
period: 'monthly',
|
|
26
28
|
summary: 'Generate editable code you own, run anywhere. Free forever — top of funnel + ownership story.',
|
|
27
29
|
},
|
|
30
|
+
// Migration is sold in two steps (STRATEGY, "Packaging and pricing"): a fixed
|
|
31
|
+
// assessment that de-risks scope, credited in full toward a larger paid
|
|
32
|
+
// implementation. Keeping them as distinct offers lets the assessment qualify
|
|
33
|
+
// the buyer without discounting the delivery work.
|
|
34
|
+
assessment: {
|
|
35
|
+
id: 'migration-assessment',
|
|
36
|
+
name: 'Migration assessment',
|
|
37
|
+
priceUsd: 2_000,
|
|
38
|
+
priceMaxUsd: null,
|
|
39
|
+
period: 'one-off',
|
|
40
|
+
summary: 'Source/inventory review, target architecture, risk + acceptance plan. Credited in full toward an implementation signed within 30 days.',
|
|
41
|
+
},
|
|
42
|
+
migration: {
|
|
43
|
+
id: 'migration',
|
|
44
|
+
name: 'Migration implementation',
|
|
45
|
+
priceUsd: 7_500,
|
|
46
|
+
priceMaxUsd: 20_000,
|
|
47
|
+
period: 'one-off',
|
|
48
|
+
summary: 'Done-for-you API → curated owned MCP servers, auth, tests, CI, and deployment handoff.',
|
|
49
|
+
},
|
|
28
50
|
// NB: the CLI is Apache-2.0 — running the generator on your own infra is
|
|
29
51
|
// already free, so this is NOT a code license. It sells the commercial
|
|
30
52
|
// wrapper enterprises actually need around the OSS: a support relationship
|
|
31
53
|
// and a vendor contract/MSA. No SLA or IP indemnity is advertised until one
|
|
32
|
-
// is contractually earned + counsel-reviewed (STRATEGY, Gate-2).
|
|
33
|
-
//
|
|
34
|
-
// —
|
|
54
|
+
// is contractually earned + counsel-reviewed (STRATEGY, Gate-2). On-prem
|
|
55
|
+
// platform licensing (proprietary cloud PLATFORM, airgap-capable) is a
|
|
56
|
+
// separate, demand-gated offering — signed $30k+/yr design partner only — and
|
|
57
|
+
// is deliberately NOT advertised in this public pricing (STRATEGY, Gate-2).
|
|
35
58
|
enterpriseSupport: {
|
|
36
59
|
id: 'enterprise-support',
|
|
37
60
|
name: 'Enterprise Support',
|
|
38
|
-
priceUsd:
|
|
61
|
+
priceUsd: 15_000,
|
|
39
62
|
priceMaxUsd: 40_000,
|
|
40
63
|
period: 'yearly',
|
|
41
|
-
summary: 'Commercial support + vendor contract (MSA) around the OSS.
|
|
42
|
-
},
|
|
43
|
-
migration: {
|
|
44
|
-
id: 'migration',
|
|
45
|
-
name: 'Migration engagement',
|
|
46
|
-
priceUsd: 5_000,
|
|
47
|
-
priceMaxUsd: 20_000,
|
|
48
|
-
period: 'one-off',
|
|
49
|
-
summary: 'Done-for-you API → owned MCP servers + CI wiring.',
|
|
64
|
+
summary: 'Commercial support + vendor contract (MSA) around the Apache-2.0 OSS. Custom annual; sold after MSA/DPA + counsel review.',
|
|
50
65
|
},
|
|
51
66
|
};
|
|
52
67
|
/** Default backend that serves the authoritative pricing. */
|
|
@@ -112,8 +127,8 @@ const PERIOD_SUFFIX = {
|
|
|
112
127
|
'one-off': ' one-off',
|
|
113
128
|
};
|
|
114
129
|
/**
|
|
115
|
-
* Human-readable price label, e.g. `"Free forever"`, `"$
|
|
116
|
-
* `"from $
|
|
130
|
+
* Human-readable price label, e.g. `"Free forever"`, `"$2,000 one-off"`,
|
|
131
|
+
* `"from $15,000/yr"`, `"$7,500–$20,000 one-off"`.
|
|
117
132
|
*/
|
|
118
133
|
export function formatPrice(p) {
|
|
119
134
|
if (p.priceUsd === 0)
|
package/dist/pricing.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pricing.js","sourceRoot":"","sources":["../src/pricing.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"pricing.js","sourceRoot":"","sources":["../src/pricing.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED