@apex-inc/mcp-server 0.23.1 → 0.23.2
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
|
@@ -42,16 +42,22 @@ Belief → Hypothesis → Prediction → Experiment → Outcome → Updated Beli
|
|
|
42
42
|
| `apex://intelligence` | Growth Intelligence Score + Learning Velocity |
|
|
43
43
|
| `apex://calibration` | Prediction accuracy metrics — Brier score, bias, reliability buckets |
|
|
44
44
|
|
|
45
|
-
##
|
|
45
|
+
## Two scoring systems
|
|
46
46
|
|
|
47
|
-
Apex has
|
|
47
|
+
Apex has two distinct scores. Don't conflate them.
|
|
48
48
|
|
|
49
49
|
| Score | What it measures | API |
|
|
50
50
|
|-------|-----------------|-----|
|
|
51
51
|
| **Lead Score** | Individual contact quality (ICP fit, intent, engagement) | Computed by `scorer.ts` per contact |
|
|
52
|
-
| **Engagement Score** | Product adoption depth (SDKs + integrations, experiments, data volume, recency) | `GET /api/engagement` |
|
|
53
52
|
| **Growth Intelligence Score** | Organizational learning maturity (validated beliefs, completed experiments, prediction accuracy, revenue attribution) | `GET /api/intelligence` |
|
|
54
53
|
|
|
54
|
+
There is no product-wide "Engagement Score." A 0–100 version existed and was
|
|
55
|
+
retired, because one number blended setup depth with usage depth and could not
|
|
56
|
+
say which was missing. Adoption is reported as discrete milestones reached
|
|
57
|
+
instead — `GET /api/adoption/milestones` per workspace. Engagement *analytics*
|
|
58
|
+
(activation, retention, churn, active users) live under `/api/engagement/*` as
|
|
59
|
+
separate reads, e.g. `GET /api/engagement/summary`; none of them return a score.
|
|
60
|
+
|
|
55
61
|
## Growth Intelligence Score breakdown
|
|
56
62
|
|
|
57
63
|
The score (0–100) weights six dimensions:
|