@elitedcs/ghl-mcp 3.53.2 → 3.54.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 CHANGED
@@ -1,37 +1,49 @@
1
1
  # Changelog
2
2
 
3
- ## 3.53.2Fixes a serious 3.53.1 regression: upgrade immediately
4
-
5
- 3.53.1 resolved the machine identity randomly when nothing was passed in, and
6
- that is exactly how attestation verification asks for it. Cached attestations
7
- failed to verify, the tool dropped to bootstrap, and each restart would have
8
- claimed another install slot until the member hit their cap.
9
-
10
- - No-argument identity resolution is deterministic again: stored `device_id`
11
- first, then the fingerprint inside an existing attestation (so an upgrade
12
- keeps the slot it already holds), then the legacy scheme as a last resort.
13
- - Two tests pin the determinism so this cannot ship again.
14
-
15
- If you ran 3.53.1, upgrade. If your install count looks inflated, write to
16
- support@ghlcommand.com and we will reset it.
17
-
18
- ## 3.53.1 Laptops stop eating install slots; "cancelled" stops lying
19
-
20
- Reported by Carlos Boyd, who hit his install cap with two physical machines.
21
-
22
- - **Device identity is stable now.** The fingerprint was derived from the
23
- machine hostname, and a Mac's `.local` hostname changes with the network
24
- (new Wi-Fi, DHCP, a name collision) so the same laptop could present a new
25
- identity and claim another install slot. Identity is now a random id
26
- persisted in the config dir, so it survives reinstalls and renames. On
27
- upgrade it ADOPTS the fingerprint from the existing cached attestation, so no
28
- current install loses the slot it already holds. `legacyDeviceFingerprint()`
29
- is kept for reference.
30
- - **Install-limit is no longer reported as "cancelled".** Both conditions come
31
- back from the gate as 403, and the client labelled both `cancelled`, so a
32
- full machine list read as a billing failure two contradictory lines in the
33
- same block. `install_limit` is its own reason, and the gate prints the
34
- server's own sentence instead of a reason code beside it.
3
+ ## 3.54.0Page Studio: `compose_page` + `compose_website` build designer-grade pages
4
+
5
+ The gap between "GHL Command creates funnels/websites" and "the pages look
6
+ professionally designed" is closed. A section library cloned field-for-field
7
+ from a professionally designed GHL template (topbar, nav, image hero, icon
8
+ value cards, feature blocks, CTA banners, FAQ, map, calendar booking, inline
9
+ form with A2P disclosures, compliant footer) composes complete pages that
10
+ GHL's renderer verifiably renders.
11
+
12
+ - `compose_page`: a complete opt-in funnel page in one call hero, quotable
13
+ value cards, inline form (embeds your real form), FAQ, footer with legal
14
+ name/address/privacy/terms. Refuses to build an opt-in page without the
15
+ A2P-required business facts.
16
+ - `compose_website`: a complete multi-page website in one call (home, about,
17
+ services, booking, contact) — nav wired to the real pages, booking page
18
+ embeds a real calendar, every page carries the compliant footer.
19
+ - Brand-themeable: pass brand colors + Google fonts; copy can use
20
+ `{{location.*}}` merge fields and localizes per account automatically.
21
+ - Safe by contract: `dry_run` writes nothing; `create` refuses any page that
22
+ already has content, any page it cannot read, and any page belonging to a
23
+ different funnel existing pages can never be damaged. All saves are drafts
24
+ and verified after writing. (There is deliberately no overwrite mode: GHL
25
+ only honors the first save onto a page; to redo a page, delete its step and
26
+ compose onto a fresh one.)
27
+ - Includes the 3.53.2 licensing fixes (stable device identity, honest
28
+ install-limit message, deterministic identity resolution).
29
+
30
+ ## 3.53.2 Licensing: fix the 3.53.1 identity regression
31
+
32
+ 3.53.1's device fingerprint could return a random id in the no-argument path,
33
+ so cached attestations failed to verify and every restart could claim a fresh
34
+ install slot. 3.53.2 makes identity resolution deterministic. If you are on
35
+ 3.53.1, update. (No members were affected — verified against the license DB.)
36
+
37
+ ## 3.53.1 — Licensing: stable device identity + honest install-limit message
38
+
39
+ Superseded by 3.53.2 (see above) — do not install this version.
40
+
41
+ ## 3.53.0 — `create_funnel` can now create websites
42
+
43
+ Subscriber report: the tool description said "funnel/website" but the handler
44
+ hardcoded `type:"funnel"`. New optional `type` parameter (`funnel` | `website`,
45
+ default `funnel`). Live-verified: websites persist and appear under
46
+ Sites → Websites; omitting the parameter behaves exactly as before.
35
47
 
36
48
  ## 3.52.1 — Docs: positioning vs. HighLevel's official Anthropic MCP
37
49
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GHL Command — GoHighLevel MCP Server
2
2
 
3
- **Full GoHighLevel API access for Claude.** 232 tools across 48 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.** 234 tools across 49 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
 
@@ -120,7 +120,7 @@ Run setup_ghl_mcp to activate GHL Command:
120
120
  ghl_location_id: YOUR_LOCATION_ID
121
121
  ```
122
122
 
123
- 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 (232 tools total with the optional Workflow Builder Firebase add-on).
123
+ 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 (234 tools total with the optional Workflow Builder Firebase add-on).
124
124
 
125
125
  ### 4. Try it
126
126
 
@@ -503,7 +503,7 @@ Highlights (full guide: [`docs/HEADLESS.md`](docs/HEADLESS.md)):
503
503
  |---|---|
504
504
  | `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. |
505
505
  | `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. |
506
- | `enable_workflow_builder` | Add Firebase credentials to an existing install to unlock 52 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. |
506
+ | `enable_workflow_builder` | Add Firebase credentials to an existing install to unlock 54 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. |
507
507
 
508
508
  ### Other Modules
509
509
 
@@ -749,7 +749,7 @@ Source repo is private. Contributors need an invitation from `drjerryrelth`. The
749
749
 
750
750
  ### Reducing context / token usage
751
751
 
752
- Every registered MCP tool's schema is shipped to the model on every message. With 232 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`:
752
+ Every registered MCP tool's schema is shipped to the model on every message. With 234 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`:
753
753
 
754
754
  ```jsonc
755
755
  // Claude Desktop config — enable whole modules