@elitedcs/ghl-mcp 3.27.0 → 3.27.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 +19 -1
- 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.27.1 — README: real buyer testimonials + 30-day guarantee
|
|
4
|
+
|
|
5
|
+
Documentation-only release. Surfaces four real, verbatim buyer replies on the npm package README:
|
|
6
|
+
|
|
7
|
+
- Andres G. (paying customer): "I've already set it up, I'm using it and it works perfectly!"
|
|
8
|
+
- Garret W. (paying customer, running it headless on a Linux droplet): "Wow! That makes me VERY happy..."
|
|
9
|
+
- Ryan T. (paying customer): "That worked. Thank you." (bug reported Monday, hotfix shipped Tuesday)
|
|
10
|
+
- Frankie B.: "Thank you, Jerry. You're a star."
|
|
11
|
+
|
|
12
|
+
Also surfaces the 30-day time-back guarantee terms directly in the install header. No code or schema changes; same tool surface as 3.27.0.
|
|
13
|
+
|
|
3
14
|
## 3.27.0 — Multi-tenant Firebase binding fix
|
|
4
15
|
|
|
5
16
|
**Fixes the bug that blocked workflow-builder tools in client sub-accounts even after a successful `register_company_firebase`.**
|
package/README.md
CHANGED
|
@@ -6,12 +6,30 @@
|
|
|
6
6
|
|
|
7
7
|
Works with **both the Claude Desktop App and Claude Code terminal** — your choice.
|
|
8
8
|
|
|
9
|
-
**License required.** Buy at [elitedcs.com/ghl-mcp-server](https://elitedcs.com/ghl-mcp-server?utm_source=npm&utm_medium=readme) — one-time $97, three-machine activation, no subscription.
|
|
9
|
+
**License required.** Buy at [elitedcs.com/ghl-mcp-server](https://elitedcs.com/ghl-mcp-server?utm_source=npm&utm_medium=readme) — one-time $97, three-machine activation, no subscription. **30-day time-back guarantee**: save 5+ hours on one client build or refund.
|
|
10
10
|
|
|
11
11
|
Built by [Elite DCs, LLC](https://elitedcs.com).
|
|
12
12
|
|
|
13
13
|
---
|
|
14
14
|
|
|
15
|
+
## What Buyers Say
|
|
16
|
+
|
|
17
|
+
> "I've already set it up, I'm using it and it works perfectly!"
|
|
18
|
+
> — Andres G., paying customer
|
|
19
|
+
|
|
20
|
+
> "Wow! That makes me VERY happy. Given what you've built (I can't wait to test it), I would have been willing to run it on Claude Desktop lol. But on my droplet, as an actual AI skill, even better."
|
|
21
|
+
> — Garret W., paying customer (running it headless on a Linux droplet)
|
|
22
|
+
|
|
23
|
+
> "That worked. Thank you."
|
|
24
|
+
> — Ryan T., paying customer (bug reported Monday, fix shipped as v3.23.0 Tuesday, confirmed Tuesday)
|
|
25
|
+
|
|
26
|
+
> "Thank you, Jerry. You're a star."
|
|
27
|
+
> — Frankie B.
|
|
28
|
+
|
|
29
|
+
27 releases on npm since launch (v3.6.0 → v3.27.0). Bugs get fixed in days, not quarters.
|
|
30
|
+
|
|
31
|
+
---
|
|
32
|
+
|
|
15
33
|
## What Makes This Different
|
|
16
34
|
|
|
17
35
|
Most GHL integrations give you read access and basic CRUD. This server goes far beyond that — it includes capabilities that **don't exist anywhere else**, built on reverse-engineered internal APIs that GHL's public API doesn't expose.
|
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.27.
|
|
34
|
+
version: "3.27.1",
|
|
35
35
|
mcpName: "io.github.drjerryrelth/ghl-command",
|
|
36
36
|
description: "GoHighLevel MCP Server for Claude. 212 tools \u2014 full CRM, automation, marketing control, 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.27.
|
|
3
|
+
"version": "3.27.1",
|
|
4
4
|
"mcpName": "io.github.drjerryrelth/ghl-command",
|
|
5
5
|
"description": "GoHighLevel MCP Server for Claude. 212 tools — full CRM, automation, marketing control, and the only programmatic GHL workflow builder, now multi-tenant across client accounts.",
|
|
6
6
|
"main": "dist/index.js",
|