@elitedcs/ghl-mcp 3.58.0 → 3.60.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,5 +1,70 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.60.0 — One install for every tier, and upgrading is just the license key
4
+
5
+ A real free-tier user installed, was told "Setup complete!", asked for the
6
+ account audit every email promises — and got "Tool not found." The audit
7
+ needs a one-time browser login that was framed as optional and buried after
8
+ the success message. Worse: a free user who completed that login and then
9
+ upgraded had it silently ERASED by the upgrade itself. This release makes
10
+ the install one thing, for everyone:
11
+
12
+ - **"Complete" now means complete.** When the browser login hasn't happened
13
+ yet, setup says "Step 1 of 2 done" and names the next command
14
+ (`capture_firebase_interactive`, now available before the restart) — one
15
+ restart total, not two. The word "optional" is gone.
16
+ - **The auditor never vanishes.** Before the unlock, `audit_workflows` and
17
+ `validate_workflow` answer with 60-second finish-your-install directions
18
+ instead of not existing.
19
+ - **Upgrading is one paste.** `setup_ghl_mcp` now accepts just your email and
20
+ the new license key: the GHL credentials and Workflow Builder unlock saved
21
+ on your machine are reused and kept. (Previously, re-running setup wiped
22
+ the unlock — fixed, with tests that keep it fixed.) Supply the GHL key and
23
+ location ID only on a first-time setup, always as a pair.
24
+ - **A rejected credential update can no longer destroy a working one** — if
25
+ you re-run setup with bad Firebase values, the good saved ones stay.
26
+ - `health_check` now points at the one-click unlock and current URLs.
27
+
28
+ The free and paid tiers install identically; the license key alone decides
29
+ what unlocks. Free stays read-only; paid unlocks everything, on the same
30
+ install, with the same key-swap.
31
+
32
+ ## 3.59.0 — One-command install: `npx -y @elitedcs/ghl-mcp cli install`
33
+
34
+ The old install step said "Edit Config, paste this block." Edit Config opens a
35
+ folder, not a text box — and the block was a complete config object, so anyone
36
+ who already had other MCP servers and followed the instruction literally wiped
37
+ them. A real buyer hit exactly that this week.
38
+
39
+ This release replaces the hand-edit with one command:
40
+
41
+ npx -y @elitedcs/ghl-mcp cli install
42
+
43
+ It finds Claude Desktop's settings file (including the Microsoft Store build's
44
+ relocated path on Windows), adds GHL Command **alongside** whatever servers are
45
+ already there, and saves a verified backup before touching anything. If the
46
+ file has a formatting problem — often caused by our own old instructions — it
47
+ repairs what it can and preserves the original in the backup. If the file can't
48
+ be read at all, it writes a fresh working config and keeps the original so
49
+ nothing is ever lost.
50
+
51
+ Safety properties, all tested (33 new tests):
52
+
53
+ - **Never writes without a verified backup** of an existing file, and aborts if
54
+ the backup can't be confirmed byte-for-byte.
55
+ - **Never fights Claude for the file**: writes are atomic, lock errors retry
56
+ briefly then stop with plain instructions, and if anything else modifies the
57
+ file mid-run it stops rather than overwrite the newer change.
58
+ - **Never guesses between multiple config files** — it stops and asks.
59
+ - **Never touches** symlinked configs pointing somewhere unexpected, UTF-16
60
+ files, or files whose content it can read but not safely restructure.
61
+ - `--dry-run` previews every decision without writing; `--print-only` emits the
62
+ merged JSON for locked-down machines.
63
+
64
+ Also in this release: the license-failure message now points at ghlcommand.com
65
+ (and mentions the free tier) instead of a retired page, and `setup_ghl_mcp`'s
66
+ description finally includes a URL for people who reach it without a license.
67
+
3
68
  ## 3.58.0 — Anonymous install stats, so we can find out where installs get stuck
4
69
 
5
70
  Most people who install GHL Command never get it working, and until now there
package/README.md CHANGED
@@ -8,7 +8,7 @@ Works with **both the Claude Desktop App and Claude Code terminal** — your cho
8
8
 
9
9
  **License required.** Get it at [ghlcommand.com](https://ghlcommand.com?utm_source=npm&utm_medium=readme) — $97/mo, covering UNLIMITED GoHighLevel sub-accounts on up to 3 machines (never billed per account). **30-day time-back guarantee**: save 5+ hours on one client build or your first month back.
10
10
 
11
- **Try it FREE (read-only tier).** Grab an instant free key at [ghlcommand.com/free](https://ghlcommand.com/free?utm_source=npm&utm_medium=readme) — 107 read-only tools on your own GHL account (89 before the one-login auditor unlock): the account-wide workflow audit (`audit_workflows` finds the silently broken references GHL never warns you about), account health, and every read across contacts, pipelines, funnels, and workflows. Write tools stay visible and answer with upgrade info. Buying later with the same email upgrades your key in place — 1 machine on free, 3 when you upgrade.
11
+ **Try it FREE (read-only tier).** Grab an instant free key at [ghlcommand.com/free](https://ghlcommand.com/free?utm_source=npm&utm_medium=readme) — 107 read-only tools on your own GHL account once the two-step install is finished (the same install as the paid tier — upgrading later is just a license swap): the account-wide workflow audit (`audit_workflows` finds the silently broken references GHL never warns you about), account health, and every read across contacts, pipelines, funnels, and workflows. Write tools stay visible and answer with upgrade info. Buying later with the same email upgrades your key in place — 1 machine on free, 3 when you upgrade.
12
12
 
13
13
  **How this differs from HighLevel's official MCP.** HighLevel ships an official Anthropic MCP that reads and writes your CRM (contacts, conversations, calendars, opportunities, payments, social) over the public API — it's free and it's good; use it for that. What it *cannot* do, because the public API doesn't expose it: **build or edit workflows, build funnels/landing pages, or build forms.** That's exactly what GHL Command does — the programmatic Workflow Builder, funnel/page builder, form builder, deep workflow cloning, the silent-failure `audit_workflows`, and Blueprint (build a whole client account from one intake — ships as a guided skill that **installs itself automatically** with this package; nothing to download), all on GHL's internal APIs. **Official MCP = read/write your CRM. GHL Command = build and fix it.** They stack fine together.
14
14
 
@@ -89,7 +89,24 @@ This MCP (Model Context Protocol) server connects Claude directly to GoHighLevel
89
89
 
90
90
  ### 2. Install in Claude Desktop App
91
91
 
92
- Open Claude Desktop. Click **Claude** menu (top-left) **Settings...** **Developer** → **Edit Config**. Paste this block (or merge into your existing `mcpServers` if you have other MCP servers):
92
+ One command in any terminal (Terminal on Mac, PowerShell on Windows):
93
+
94
+ ```
95
+ npx -y @elitedcs/ghl-mcp cli install
96
+ ```
97
+
98
+ It finds Claude Desktop's settings file, adds GHL Command **alongside any MCP servers you already have** (nothing gets overwritten), and saves a backup first. If the file has a formatting problem, it repairs it. Then **quit Claude completely** — Cmd+Q on Mac; on Windows right-click the Claude icon by the clock and choose Quit — and reopen.
99
+
100
+ > **Claude Code (terminal) instead?** One command:
101
+ > ```
102
+ > claude mcp add --scope user -t stdio ghl -- npx -y @elitedcs/ghl-mcp@latest
103
+ > ```
104
+ > Then restart Claude Code.
105
+
106
+ <details>
107
+ <summary>Prefer to edit the config by hand?</summary>
108
+
109
+ Open Claude Desktop → **Settings...** → **Developer** → **Edit Config**. That opens a **folder**, not a text box — open `claude_desktop_config.json` from it in a text editor. If the file is empty, paste this whole block:
93
110
 
94
111
  ```json
95
112
  {
@@ -102,13 +119,9 @@ Open Claude Desktop. Click **Claude** menu (top-left) → **Settings...** → **
102
119
  }
103
120
  ```
104
121
 
105
- Save the file. **Quit Claude completely** (Cmd+Q on Mac) and reopen.
122
+ If it already has other tools in it, do **not** paste over them — add only the `"ghl": { ... }` entry inside your existing `"mcpServers"` object. Save, then fully quit and reopen Claude. (Unsure? Run `npx -y @elitedcs/ghl-mcp cli install --dry-run` to preview exactly what would change, or `--print-only` to get the merged file printed for you.)
106
123
 
107
- > **Claude Code (terminal) instead?** One command:
108
- > ```
109
- > claude mcp add --scope user -t stdio ghl -- npx -y @elitedcs/ghl-mcp@latest
110
- > ```
111
- > Then restart Claude Code.
124
+ </details>
112
125
 
113
126
  ### 3. Activate
114
127
 
@@ -162,7 +175,7 @@ https://app.gohighlevel.com/v2/location/YOUR_LOCATION_ID/dashboard
162
175
 
163
176
  ## Enable the Workflow Builder
164
177
 
165
- The builder + cloner + validator tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, validate_workflow) use GHL's internal API and require Firebase credentials. Without them, the other 179 tools work fine — you just won't have workflow/funnel/form/pipeline editing. This is the flagship feature: do this step.
178
+ The builder + cloner + validator tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, validate_workflow) use GHL's internal API and require Firebase credentials. Without them, the other 181 tools work fine — you just won't have workflow/funnel/form/pipeline editing. This is the flagship feature: do this step.
166
179
 
167
180
  **One-click capture (v3.49.0+, the supported path):**
168
181
 
@@ -505,7 +518,7 @@ Highlights (full guide: [`docs/HEADLESS.md`](docs/HEADLESS.md)):
505
518
  |---|---|
506
519
  | `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. |
507
520
  | `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. |
508
- | `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. |
521
+ | `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. |
509
522
 
510
523
  ### Other Modules
511
524