@elitedcs/ghl-mcp 3.52.0 → 3.52.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 +11 -0
- package/README.md +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.52.1 — Docs: positioning vs. HighLevel's official Anthropic MCP
|
|
4
|
+
|
|
5
|
+
No behavior changes; README only.
|
|
6
|
+
|
|
7
|
+
- Added a "How this differs from HighLevel's official MCP" callout: HighLevel's
|
|
8
|
+
official Anthropic MCP reads/writes your CRM over the public API (free, good);
|
|
9
|
+
GHL Command adds the builders the public API doesn't expose — workflow builder,
|
|
10
|
+
funnel/page builder, form builder, deep cloning, `audit_workflows`, and
|
|
11
|
+
Blueprint. Official MCP = read/write your CRM; GHL Command = build and fix it.
|
|
12
|
+
They stack together.
|
|
13
|
+
|
|
3
14
|
## 3.52.0 — Fix: `update_page_content` now actually writes page content
|
|
4
15
|
|
|
5
16
|
`update_page_content` was a silent no-op — it POSTed the page envelope to GHL's
|
package/README.md
CHANGED
|
@@ -10,6 +10,8 @@ Works with **both the Claude Desktop App and Claude Code terminal** — your cho
|
|
|
10
10
|
|
|
11
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) — 106 read-only tools on your own GHL account (88 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.
|
|
12
12
|
|
|
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 sentence), all on GHL's internal APIs. **Official MCP = read/write your CRM. GHL Command = build and fix it.** They stack fine together.
|
|
14
|
+
|
|
13
15
|
Built by [Elite DCs, LLC](https://elitedcs.com).
|
|
14
16
|
|
|
15
17
|
---
|
package/dist/index.js
CHANGED
|
@@ -31,7 +31,7 @@ var require_package = __commonJS({
|
|
|
31
31
|
"package.json"(exports2, module2) {
|
|
32
32
|
module2.exports = {
|
|
33
33
|
name: "@elitedcs/ghl-mcp",
|
|
34
|
-
version: "3.52.
|
|
34
|
+
version: "3.52.1",
|
|
35
35
|
mcpName: "io.github.drjerryrelth/ghl-command",
|
|
36
36
|
description: "GoHighLevel MCP Server for Claude. 232 tools \u2014 full CRM, automation, marketing control, account-wide workflow audit, live funnel-capture verification, and the only programmatic GHL workflow builder, now multi-tenant across client accounts.",
|
|
37
37
|
main: "dist/index.js",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elitedcs/ghl-mcp",
|
|
3
|
-
"version": "3.52.
|
|
3
|
+
"version": "3.52.1",
|
|
4
4
|
"mcpName": "io.github.drjerryrelth/ghl-command",
|
|
5
5
|
"description": "GoHighLevel MCP Server for Claude. 232 tools — full CRM, automation, marketing control, account-wide workflow audit, live funnel-capture verification, and the only programmatic GHL workflow builder, now multi-tenant across client accounts.",
|
|
6
6
|
"main": "dist/index.js",
|