@elitedcs/ghl-mcp 3.27.1 → 3.27.2
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 +15 -0
- package/LICENSE +19 -17
- package/dist/index.js +2 -2
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.27.2 — Fix license metadata: MIT → Proprietary
|
|
4
|
+
|
|
5
|
+
Metadata-only release. Corrects the npm package's stated license, which
|
|
6
|
+
was wrongly set to MIT and contradicted the paid/proprietary nature of
|
|
7
|
+
the product.
|
|
8
|
+
|
|
9
|
+
- `package.json` `license` field: `"MIT"` → `"SEE LICENSE IN LICENSE"`
|
|
10
|
+
- `LICENSE` file replaced with the actual proprietary commercial license
|
|
11
|
+
(Copyright Elite DCs, LLC; usage requires a paid license from
|
|
12
|
+
elitedcs.com/ghl-mcp-server; no redistribution, no reverse engineering,
|
|
13
|
+
no license-gate circumvention).
|
|
14
|
+
|
|
15
|
+
No code changes. Same 212-tool surface as 3.27.1. The runtime license-key
|
|
16
|
+
validation flow is unchanged.
|
|
17
|
+
|
|
3
18
|
## 3.27.1 — README: real buyer testimonials + 30-day guarantee
|
|
4
19
|
|
|
5
20
|
Documentation-only release. Surfaces four real, verbatim buyer replies on the npm package README:
|
package/LICENSE
CHANGED
|
@@ -1,21 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
GHL Command - Proprietary Software License
|
|
2
|
+
Copyright (c) 2026 Elite DCs, LLC. All rights reserved.
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
1. Overview
|
|
5
|
+
GHL Command (the "Software") is commercial, proprietary software owned by Elite DCs, LLC (the "Licensor"). The Software is licensed, not sold. Use of the Software requires a valid paid license obtained from https://elitedcs.com/ghl-mcp-server.
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
of
|
|
7
|
-
in the Software without restriction, including without limitation the rights
|
|
8
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
-
furnished to do so, subject to the following conditions:
|
|
7
|
+
2. License Grant
|
|
8
|
+
Subject to payment of the applicable fee and ongoing compliance with the Licensor's then-current commercial terms, Licensor grants the purchaser a non-exclusive, non-transferable, revocable license to install and use the Software on the number of machines specified at purchase. No other rights are granted.
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
3. Restrictions
|
|
11
|
+
Except as expressly permitted by the commercial terms or by applicable law, you may not: (a) copy, modify, or create derivative works of the Software; (b) distribute, sublicense, sell, rent, lease, or otherwise transfer the Software; (c) reverse engineer, decompile, or disassemble the Software, or attempt to derive its source code; (d) remove or alter any proprietary notices; or (e) circumvent or disable any license-validation or activation mechanism.
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
4. Ownership
|
|
14
|
+
The Software and all intellectual property rights therein are and remain the exclusive property of Elite DCs, LLC. This license does not transfer any ownership interest.
|
|
15
|
+
|
|
16
|
+
5. No Warranty
|
|
17
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT.
|
|
18
|
+
|
|
19
|
+
6. Limitation of Liability
|
|
20
|
+
TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT SHALL ELITE DCS, LLC BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
21
|
+
|
|
22
|
+
7. Contact
|
|
23
|
+
Elite DCs, LLC - https://elitedcs.com/ghl-mcp-server
|
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.2",
|
|
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",
|
|
@@ -71,7 +71,7 @@ var require_package = __commonJS({
|
|
|
71
71
|
"agency"
|
|
72
72
|
],
|
|
73
73
|
author: "Elite DCs, LLC",
|
|
74
|
-
license: "
|
|
74
|
+
license: "SEE LICENSE IN LICENSE",
|
|
75
75
|
homepage: "https://elitedcs.com/ghl-mcp-server",
|
|
76
76
|
repository: {
|
|
77
77
|
type: "git",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elitedcs/ghl-mcp",
|
|
3
|
-
"version": "3.27.
|
|
3
|
+
"version": "3.27.2",
|
|
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",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"agency"
|
|
41
41
|
],
|
|
42
42
|
"author": "Elite DCs, LLC",
|
|
43
|
-
"license": "
|
|
43
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
44
44
|
"homepage": "https://elitedcs.com/ghl-mcp-server",
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|