@elitedcs/ghl-mcp 3.5.0 → 3.5.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/dist/index.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.5.1 — doc-string accuracy
|
|
4
|
+
|
|
5
|
+
**176 tools across 38 modules. Bundle: 278.7 KB.**
|
|
6
|
+
|
|
7
|
+
Three stale tool counts caught during a documentation sweep:
|
|
8
|
+
|
|
9
|
+
- `setup_ghl_mcp`'s tool description told buyers "load all 175 tools" — visible in Claude's tool list. Updated to "176 tools (168 if you skip the optional Firebase fields; add Firebase later with enable_workflow_builder)" — both more accurate and mentions the new second-phase tool.
|
|
10
|
+
- Internal docstrings in `setup-tool.ts` and `credentials-store.ts` referenced hardcoded counts (171 and 175). Replaced with "the full tool set" so future tool additions don't make them stale again.
|
|
11
|
+
|
|
12
|
+
No functional changes. Strictly a docs/string-accuracy patch.
|
|
13
|
+
|
|
3
14
|
## 3.5.0 — `enable_workflow_builder` tool (one-call Firebase upgrade)
|
|
4
15
|
|
|
5
16
|
**176 tools across 38 modules. Bundle: 278.7 KB.**
|
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.5.
|
|
34
|
+
version: "3.5.1",
|
|
35
35
|
description: "GoHighLevel MCP Server for Claude. 176 tools \u2014 full CRM, automation, marketing control, and the only programmatic GHL workflow builder.",
|
|
36
36
|
main: "dist/index.js",
|
|
37
37
|
bin: {
|
|
@@ -6586,7 +6586,7 @@ async function validateFirebase(firebaseKey, refreshToken) {
|
|
|
6586
6586
|
function registerSetupTool(server2) {
|
|
6587
6587
|
server2.tool(
|
|
6588
6588
|
"setup_ghl_mcp",
|
|
6589
|
-
"First-run setup for GHL Command MCP. Validates your license and GHL credentials, then writes them to a per-user credentials file. Restart Claude after this completes to load all
|
|
6589
|
+
"First-run setup for GHL Command MCP. Validates your license and GHL credentials, then writes them to a per-user credentials file. Restart Claude after this completes to load all 176 tools (168 if you skip the optional Firebase fields; add Firebase later with enable_workflow_builder).",
|
|
6590
6590
|
{
|
|
6591
6591
|
email: import_zod42.z.string().email().describe("Email used at purchase."),
|
|
6592
6592
|
license_key: import_zod42.z.string().min(20).describe("License key from your purchase email."),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elitedcs/ghl-mcp",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"description": "GoHighLevel MCP Server for Claude. 176 tools — full CRM, automation, marketing control, and the only programmatic GHL workflow builder.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|