@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 +44 -32
- package/README.md +4 -4
- package/dist/index.js +1625 -549
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,37 +1,49 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 3.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
3
|
+
## 3.54.0 — Page 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.**
|
|
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 (
|
|
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
|
|
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
|
|
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
|