@elitedcs/ghl-mcp 3.68.0 → 3.69.0
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/CHANGELOG.md +78 -0
- package/README.md +1 -1
- package/dist/index.js +19013 -17938
- package/package.json +11 -6
- package/skills/blueprint/SKILL.md +1 -0
- package/skills/blueprint/references/intake-question-set.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elitedcs/ghl-mcp",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.69.0",
|
|
4
4
|
"mcpName": "io.github.drjerryrelth/ghl-command",
|
|
5
5
|
"description": "GoHighLevel MCP Server for Claude. 242 tools \u2014 full CRM, automation, marketing control, account-wide workflow audit, live funnel-capture verification, and the only programmatic GHL workflow builder, now multi-tenant across client accounts.",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -18,7 +18,12 @@
|
|
|
18
18
|
"README.md",
|
|
19
19
|
"CHANGELOG.md",
|
|
20
20
|
"skills",
|
|
21
|
-
"guide"
|
|
21
|
+
"guide",
|
|
22
|
+
"skills/blueprint/references/build-plan-schema.md",
|
|
23
|
+
"skills/blueprint/presets/generic-client.preset.json",
|
|
24
|
+
"skills/blueprint/presets/med-spa.preset.json",
|
|
25
|
+
"skills/blueprint/presets/clinic-launch-a2p.preset.json",
|
|
26
|
+
"skills/blueprint/examples/sample-build-plan.json"
|
|
22
27
|
],
|
|
23
28
|
"scripts": {
|
|
24
29
|
"build": "esbuild src/index.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/index.js --packages=external && esbuild src/capture-helper.ts --bundle --platform=node --target=node20 --format=cjs --outfile=dist/capture-helper.js --packages=external",
|
|
@@ -63,17 +68,17 @@
|
|
|
63
68
|
},
|
|
64
69
|
"dependencies": {
|
|
65
70
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
66
|
-
"dotenv": "^
|
|
71
|
+
"dotenv": "^17.4.2",
|
|
67
72
|
"json5": "^2.2.3",
|
|
68
73
|
"playwright-core": "^1.61.1",
|
|
69
|
-
"zod": "^
|
|
74
|
+
"zod": "^4.4.3"
|
|
70
75
|
},
|
|
71
76
|
"devDependencies": {
|
|
72
77
|
"@clack/prompts": "^1.1.0",
|
|
73
|
-
"@types/node": "^
|
|
78
|
+
"@types/node": "^26.2.0",
|
|
74
79
|
"esbuild": "^0.28.1",
|
|
75
80
|
"open": "^11.0.0",
|
|
76
|
-
"typescript": "^
|
|
81
|
+
"typescript": "^7.0.2",
|
|
77
82
|
"vitest": "^4.1.6"
|
|
78
83
|
}
|
|
79
84
|
}
|
|
@@ -132,6 +132,7 @@ For each external funnel, run the lane in `references/external-funnel.md` after
|
|
|
132
132
|
- Honest capability boundaries. Always show the steps only the operator can do. It makes the rest believable.
|
|
133
133
|
- Operator voice. No em-dashes, no hype, no emoji-spam. Client-ready.
|
|
134
134
|
- Do not clone or redistribute Agency OS / Business OS. Detect, integrate, credit.
|
|
135
|
+
- **Re-runs reuse the saved plan.** `apply_build_plan` `mode:"execute"` saves the approved plan for that sub-account on the operator's machine. To re-run (after a halt, or to finish what a first pass skipped), call `apply_build_plan` with `useSavedPlan:true` and NO `plan` — never re-author a plan for an account that already has one: a differently named plan is refused, because never-clobber binds what matches by name and CREATES everything else (a second pipeline beside the first). Only when the operator has approved a genuinely new plan for that account, pass the new plan with `replaceSavedPlan:true`.
|
|
135
136
|
- The plan never executes itself. Stop at approval. After approval, GHL-native staging runs only via `apply_build_plan` (confirm the account first); the external funnel lane (STEP 10) runs only on an informed yes through the capability gate.
|
|
136
137
|
- **External funnels are customer-managed, zero product involvement in their accounts.** The product generates, scaffolds, hands over verified wiring, and verifies — it never deploys for the user, never asks for or stores their token, never touches their host/GHL account beyond what the operator's own session does. The user owns hosting, the secret, uptime, and DNS.
|
|
137
138
|
- **External forms send verified GHL custom-field IDs, never name-guessed keys** (the silent-drop class). A funnel is not "done" until `verify_funnel` passes on the real branded production URL plus a burner booking — never on a thank-you page.
|
|
@@ -63,7 +63,7 @@ Each question maps 1:1 to a Brief field (schema §4) via its `key`. The mapping
|
|
|
63
63
|
|
|
64
64
|
| # | Label | `key` | Type | Required | Options / help |
|
|
65
65
|
|---|---|---|---|---|---|
|
|
66
|
-
| E1 | Is your
|
|
66
|
+
| E1 | Is your sending domain set up? | `email_ready` | radio (yes/no) | no | Yes if you have a sending domain / mailbox connected in GHL. (Label carries no "email" on purpose: browsers autofill saved addresses into it otherwise.) |
|
|
67
67
|
| E2 | Do you want to send text messages (SMS)? | `sms_desired` | radio (yes/no) | no | Yes flags the A2P registration step you'll need to complete. |
|
|
68
68
|
| E3 | A2P / SMS registration status | `a2p_status` | dropdown | no | Options: `Not started`, `In progress`, `Approved`, `Not needed`. |
|
|
69
69
|
| E4 | Payment processing | `payment_processor` | dropdown | no | Options: `Stripe connected`, `Stripe not connected`, `Other`, `None`. *(Flags the Stripe handoff if you sell on a page.)* |
|