@elitedcs/ghl-mcp 3.79.0 → 3.81.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,90 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.81.0 — one cockpit, and a launcher that makes itself, for Command OS subscribers
4
+
5
+ The Command OS cockpit had grown into four screens that read as four products: the
6
+ board in one dark theme and font, Your agency in another, Brands in light cream, and
7
+ the assessment in a third dark theme with no way back except the browser's Back button.
8
+ This release gives all four one shell: the same colours, type and top bar, and every
9
+ screen can reach the hub, the board and each other.
10
+
11
+ Text got bigger. Measured in a browser at a 20px base setting, the share of characters
12
+ smaller than 18px went from 77% to 15% on the board, 74% to 6% on the assessment and
13
+ 45% to 5% on Brands. What is still small is a chip, a badge or a legend, never a sentence.
14
+
15
+ **Your Anthropic key has a home.** Command OS runs the stages and Design Studio on your
16
+ own Claude account, and until now the key had three places to live, none of which the
17
+ cockpit told you about. It is now a field on the Your agency screen. Before it is kept,
18
+ Anthropic is asked whether it works, because a key can be present and still refuse
19
+ every request. It is stored beside your licence, handed to the runs the cockpit starts,
20
+ and never shown back beyond its last four characters. Removing it hands back whatever
21
+ your computer already set, instead of throwing that away too.
22
+
23
+ **The desktop launcher makes itself.** On a Command OS licence the double-click
24
+ launcher is created the first time the cockpit starts, and when you run the install
25
+ command, once. Nothing asks you to paste a second line. If you delete the icon it stays
26
+ deleted. A launcher that was only half written no longer counts as installed, so one
27
+ failed write cannot block every later repair.
28
+
29
+ **The $97 product is unchanged at 250 tools, 51 modules, 112 free.**
30
+
31
+ **Also in this release**
32
+
33
+ A readiness note in the AI employee demo no longer names a private account. The
34
+ `list_templates` description said clinic, med spa, dental and more while exactly one
35
+ template ships; it now says so.
36
+
37
+ On board but not yet offered: Design Studio's conversion mode, a rulebook for a page
38
+ that has to sell. The code is in this version and nothing in the cockpit or the hub
39
+ reaches it yet. It gets its own release after a run on a real brand.
40
+
41
+ ## 3.80.0 — the phone side of the AI employee, for Command OS subscribers
42
+
43
+ GoHighLevel's Voice AI answers a client's calls. Until now the only way to set one up
44
+ was by hand in the GoHighLevel screen. This release adds twelve tools that build, wire,
45
+ bind and prove a phone agent from a conversation, and **they belong to the Command OS
46
+ plan**: on a GHL Command licence Claude says they are not included and nothing runs.
47
+ **The $97 product is unchanged at 250 tools, 51 modules, 112 free.**
48
+
49
+ What they do: say whether a call can land on the sub-account at all (the numbers it
50
+ owns, which agent answers each, the backup rota, the number pools); list, read, create,
51
+ change and remove an agent; give it what it may do mid-call (transfer to a person, text
52
+ the caller, fill a contact field from what was said, book on a calendar, start a
53
+ workflow, answer from a knowledge base, call an outside API); and read the call logs
54
+ with their transcripts, which is how "it answered" is shown rather than claimed.
55
+
56
+ What they refuse, because GoHighLevel does not. A new agent is always born unable to
57
+ take a call: no number, no pool, and out of the backup rota. Binding the number is a
58
+ separate, deliberate step, and it checks the number is this sub-account's and that no
59
+ other agent already answers on it, because GoHighLevel will silently let a second agent
60
+ take a live number from the first. A draft workflow set to run after a call is refused:
61
+ GoHighLevel accepts it and it never runs. A custom API action carrying headers or
62
+ parameters is refused before the call, because they crash GoHighLevel's server and the
63
+ action is saved anyway. Every write answers "verified" or "asserted" from an
64
+ independent read after it, including when that read fails, so a write that landed is
65
+ never reported as an error that invites a duplicate.
66
+
67
+ Proven live, not claimed: every shape was read off GoHighLevel on a sandbox before a
68
+ line was written; the finished tools were driven through the built server with every
69
+ object deleted afterwards and the sandbox read back at zero; and a real 67-second test
70
+ call was listed and read back in full by the tools. Six adversarial review rounds to a
71
+ ship verdict, twenty-three findings fixed on the way.
72
+
73
+ Two things are stated as unproven rather than glossed: the shape of a number-pool
74
+ object, because no sandbox holds one, so pools are handled cautiously; and the
75
+ create-then-bind-then-ring path on an agent these tools created, which needs a number
76
+ that is not live to real callers.
77
+
78
+ **Also in this release**
79
+
80
+ The install guide now answers the three things buyers hit in their first ten minutes:
81
+ it names the Claude Code install line beside the Desktop one, says a fresh start is two
82
+ full quits (Cmd+Q on a Mac, the system tray on Windows, not just closing the window),
83
+ and adds three rows to its questions table: the website Claude cannot run the installer,
84
+ tools only load on a fresh start, and API access needs the $297 or $497 GoHighLevel plan.
85
+
86
+ Counts: 250 tools, 51 modules, free tier 112.
87
+
3
88
  ## 3.79.0 — the automations agencies actually sell, written down
4
89
 
5
90
  The guide library grew by seven, and every one of them is a thing you can sell on a
package/README.md CHANGED
@@ -513,7 +513,7 @@ Highlights (full guide: [`docs/HEADLESS.md`](docs/HEADLESS.md)):
513
513
 
514
514
  | Tool | What It Does |
515
515
  |---|---|
516
- | `list_templates` | List available setup templates (clinic, med spa, dental, etc.) |
516
+ | `list_templates` | List the setup templates that ship with this install (currently one: Clinic / Med Spa) |
517
517
  | `get_template_questionnaire` | Get the questionnaire for a template — present to user conversationally |
518
518
  | `deploy_template` | Deploy a complete sub-account setup from a template (tags, fields, pipelines, workflows, forms). Supports dry-run mode. |
519
519
 
@@ -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.79.0
900
+ **Version:** 3.81.0
901
901
 
902
902
  ---
903
903
 
@@ -61,7 +61,17 @@ var CredentialsSchema = import_zod.z.object({
61
61
  * Written once on the first cockpit run, replaced by
62
62
  * `ghl-mcp dashboard --rotate-token`. Optional in the schema so files written
63
63
  * by earlier versions still parse. NEVER printed, logged or displayed. */
64
- cockpit_seat_token: import_zod.z.string().optional()
64
+ cockpit_seat_token: import_zod.z.string().optional(),
65
+ /** The operator's OWN Anthropic key (2026-09-05, hub audit). Command OS runs
66
+ * the build stages and Design Studio on the member's Claude account — ours is
67
+ * not on offer — and until now that key had no home in setup at all: it had to
68
+ * be typed into the Claude Desktop settings file, passed to `claude mcp add -e`,
69
+ * or exported in the shell before `dashboard`, and a member who did none of
70
+ * those met a stage that simply failed. Saved here from the cockpit's Your
71
+ * agency screen and folded into the environment the run inherits.
72
+ * NEVER printed, logged or sent back to the page — the screen shows only the
73
+ * last four characters of what is saved. */
74
+ anthropic_api_key: import_zod.z.string().optional()
65
75
  });
66
76
  function appDataDir() {
67
77
  const override = process.env.GHL_MCP_CONFIG_DIR?.trim();