@elitedcs/ghl-mcp 3.77.1 → 3.78.1

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 CHANGED
@@ -1,5 +1,89 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.78.1 — the template installer stops guessing which funnel it just made
4
+
5
+ Yesterday's release shipped `install_ghl_template` with the originals kept by default,
6
+ because the tool worked out which funnel it had created by comparing the account before
7
+ and after, and on a busy sub-account that comparison cannot be certain. Keeping the
8
+ originals was the safe answer to an open question.
9
+
10
+ The question now has an answer. GoHighLevel's install response names what it created: the
11
+ funnel id and its first page. The tool reads that id and waits for that funnel, so it
12
+ cannot land on one somebody else happened to be building at the same moment.
13
+
14
+ **It does not simply believe it.** The name only counts when your account agrees the
15
+ funnel is genuinely new, and the tool checks the response against a complete picture of
16
+ the account taken before the install. Two independent confirmations, because that one
17
+ field is what authorises removing anything. If the name and the account ever disagree, the
18
+ name is thrown away, nothing is removed, and the result says so.
19
+
20
+ With both confirmations in hand the originals go back to being removed once every branded
21
+ page has been read back and measured, which is how the tool was meant to work: one clean
22
+ funnel in your client's colours, not a doubled one you have to tidy. Pass
23
+ `keepOriginals: true` if you would rather see both.
24
+
25
+ Anything less and the originals stay, whatever you passed: no name in the response, a name
26
+ the account cannot corroborate, or an account with so many funnels that the before picture
27
+ was incomplete.
28
+
29
+ A split-test step, where one step holds more than one page, still stops any removal. Only
30
+ the first page of such a step is rebuilt, so removing the step would take the variants
31
+ with it.
32
+
33
+ Counts unchanged: 250 tools, 51 modules, free tier 112.
34
+
35
+ ## 3.78.0 — GoHighLevel's own template library, repainted in your client's colours
36
+
37
+ GoHighLevel ships more than 900 designed funnel templates. You could always install
38
+ one and then spend an afternoon recolouring it by hand. Now it is one call.
39
+
40
+ `find_ghl_template` searches the library. `install_ghl_template` installs the one you
41
+ picked into the sub-account you are switched to, and with a `brandSlug` it repaints the
42
+ whole funnel in that brand's colours and typefaces on the way in.
43
+
44
+ **What "repaint" honestly means.** It reads every page of the template first and works
45
+ out ONE palette for the whole funnel, because per-page guessing gave five pages of the
46
+ same template two different second colours. It then swaps that palette for your client's.
47
+ Some large background bands keep the template's own colour, so the result is your
48
+ client's funnel in your client's colours, not a bespoke design. Every branded page is
49
+ read back and measured before anything is removed, and if a single page fails to land,
50
+ nothing is removed at all.
51
+
52
+ **It is careful about your account, and it does not delete anything unless you ask.** It
53
+ installs one funnel and its pages. It touches no workflow, form, pipeline, custom field or
54
+ calendar. The template's original pages are now KEPT by default, sitting beside the branded
55
+ ones, and only removed if you pass `keepOriginals: false`. That is deliberate: the tool
56
+ works out which funnel it just created by comparing the account before and after, and on a
57
+ busy sub-account, where somebody may be building a funnel in the UI at the same moment,
58
+ that comparison cannot be certain. If two new funnels appear it stops and brands nothing.
59
+ If your account holds so many funnels that it cannot see them all at once, or if a step
60
+ holds a split test, it refuses to remove anything and tells you why. Every result carries
61
+ the one call that undoes the whole thing.
62
+
63
+ Run it on a quiet sub-account when you can, and look at the result before asking it to
64
+ remove the originals.
65
+
66
+ These templates are other people's designs, and they are frequently not accessible. The
67
+ tool says so, and points you at `verify_design` on the installed page before a client
68
+ sees it.
69
+
70
+ **Also in this release**
71
+
72
+ Page Studio no longer serves images that belong to other GoHighLevel accounts.
73
+
74
+ A local security fix in the Command OS cockpit. When you start a design run from the
75
+ brand card, the text you type is passed to the run as data. Before this release a
76
+ value that began with two dashes could be read as an instruction instead, which could
77
+ have moved where the run wrote its files. It is contained structurally now, and the
78
+ build fails if anyone reintroduces the old shape.
79
+
80
+ The Security Controls guide PDF had been promising a switch for 233 tools since around
81
+ v3.56.0, because the PDF had no generator and nothing read it back. It now says 250, it
82
+ is rendered from the HTML beside it, and a test reads the finished PDF and fails on a
83
+ stale number.
84
+
85
+ Counts: 250 tools, 51 modules, free tier 112.
86
+
3
87
  ## 3.77.1 — the Blueprint can build a client account, and had been saying it could not
4
88
 
5
89
  If you ran the Blueprint, it planned the account, showed you the two checklists, and then
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GHL Command — GoHighLevel MCP Server
2
2
 
3
- **Full GoHighLevel API access for Claude.** 248 tools across 51 modules — manage contacts, conversations, pipelines, calendars, funnels, workflows, invoices, custom objects, webhooks, and more. **Includes full workflow builder, funnel/page editor, form builder, pipeline builder, bulk operations, account export, and workflow cloning** — capabilities no other GHL tool offers. **Multi-tenant:** one install can run the workflow builder across multiple clients' GHL accounts.
3
+ **Full GoHighLevel API access for Claude.** 250 tools across 51 modules — manage contacts, conversations, pipelines, calendars, funnels, workflows, invoices, custom objects, webhooks, and more. **Includes full workflow builder, funnel/page editor, form builder, pipeline builder, bulk operations, account export, and workflow cloning** — capabilities no other GHL tool offers. **Multi-tenant:** one install can run the workflow builder across multiple clients' GHL accounts.
4
4
 
5
5
  **Distributed via npm as [`@elitedcs/ghl-mcp`](https://www.npmjs.com/package/@elitedcs/ghl-mcp).** Buyers install with one config block — no git, no Node.js setup, no terminal commands. Updates flow automatically (`npx @latest` re-resolves on every Claude restart).
6
6
 
@@ -137,7 +137,7 @@ Run setup_ghl_mcp to activate GHL Command:
137
137
  ghl_location_id: YOUR_LOCATION_ID
138
138
  ```
139
139
 
140
- Approve the tool call. Server validates your license, verifies your GHL credentials, writes them to a per-user config file. **Quit Claude one more time and reopen** — the full core toolset is now unlocked (248 tools total with the optional Workflow Builder Firebase add-on).
140
+ Approve the tool call. Server validates your license, verifies your GHL credentials, writes them to a per-user config file. **Quit Claude one more time and reopen** — the full core toolset is now unlocked (250 tools total with the optional Workflow Builder Firebase add-on).
141
141
 
142
142
  ### 4. Try it
143
143
 
@@ -523,7 +523,7 @@ Highlights (full guide: [`docs/HEADLESS.md`](docs/HEADLESS.md)):
523
523
  |---|---|
524
524
  | `get_mcp_version` | Check installed version against the latest published to npm. Confirms an upgrade landed after restarting Claude. Available even before GHL credentials are configured. |
525
525
  | `health_check` | Run a full health check: npm registry + version status, GHL API key validity, default location reachability, Firebase auth status, token registry presence. Use when something feels broken. |
526
- | `enable_workflow_builder` | Add Firebase credentials to an existing install to unlock 53 additional Firebase-gated tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, smart lists, reputation, email campaigns, email templates, memberships, validate_workflow). No need to re-enter license / API key / location ID. Run this any time after the basic setup, on the buyer's schedule. |
526
+ | `enable_workflow_builder` | Add Firebase credentials to an existing install to unlock 55 additional Firebase-gated tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, smart lists, reputation, email campaigns, email templates, memberships, validate_workflow). No need to re-enter license / API key / location ID. Run this any time after the basic setup, on the buyer's schedule. |
527
527
 
528
528
  ### Other Modules
529
529
 
@@ -803,7 +803,7 @@ Source repo is private. Contributors need an invitation from `drjerryrelth`. The
803
803
 
804
804
  ### Reducing context / token usage
805
805
 
806
- Every registered MCP tool's schema is shipped to the model on every message. With 248 tools that's a meaningful per-message context cost even in chats that never touch GHL. If you only use a slice of GHL Command, restrict the tool surface with `GHL_ENABLED_MODULES` and/or `GHL_ENABLED_TOOLS`:
806
+ Every registered MCP tool's schema is shipped to the model on every message. With 250 tools that's a meaningful per-message context cost even in chats that never touch GHL. If you only use a slice of GHL Command, restrict the tool surface with `GHL_ENABLED_MODULES` and/or `GHL_ENABLED_TOOLS`:
807
807
 
808
808
  ```jsonc
809
809
  // Claude Desktop config — enable whole modules
@@ -897,7 +897,7 @@ Built by **[Elite DCs, LLC](https://elitedcs.com)** — a digital marketing and
897
897
 
898
898
  **Tech stack:** TypeScript, Node.js, esbuild, MCP SDK, Zod, GHL API v2, Firebase Auth
899
899
 
900
- **Version:** 3.77.1
900
+ **Version:** 3.78.1
901
901
 
902
902
  ---
903
903