@elitedcs/ghl-mcp 3.48.1 → 3.48.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 CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.48.2 — Docs patch: tool-count claims corrected (the real number is 228)
4
+
5
+ No behavior changes; text only, plus one new test.
6
+
7
+ - **Tool counts reconciled everywhere.** The claims had drifted three ways (setup tool
8
+ said 212/163, README and package.json said 220, ghlcommand.com said 219). The real
9
+ numbers, enumerated from the registry itself: **228 tools across 48 modules** on a
10
+ fully configured install, **176** without the Firebase add-on, **+52** unlocked by
11
+ `enable_workflow_builder`. All copy in `setup_ghl_mcp`, `enable_workflow_builder`,
12
+ README, and package.json now states these.
13
+ - **Drift guard added.** `src/tools/tool-count.test.ts` computes the real count from
14
+ `registerAllTools` and fails the suite if package.json, README, or setup-tool copy
15
+ ever disagrees again.
16
+
17
+
3
18
  ## 3.48.1 — Docs patch: Firebase capture friction + live pricing copy
4
19
 
5
20
  No behavior changes; text only.
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # GHL Command — GoHighLevel MCP Server
2
2
 
3
- **Full GoHighLevel API access for Claude.** 220 tools across 43 modules — manage contacts, conversations, pipelines, calendars, funnels, workflows, invoices, custom objects, webhooks, and more. **Includes full workflow builder, funnel/page editor, form builder, pipeline builder, bulk operations, account export, and workflow cloning** — capabilities no other GHL tool offers. **Multi-tenant:** one install can run the workflow builder across multiple clients' GHL accounts.
3
+ **Full GoHighLevel API access for Claude.** 228 tools across 48 modules — manage contacts, conversations, pipelines, calendars, funnels, workflows, invoices, custom objects, webhooks, and more. **Includes full workflow builder, funnel/page editor, form builder, pipeline builder, bulk operations, account export, and workflow cloning** — capabilities no other GHL tool offers. **Multi-tenant:** one install can run the workflow builder across multiple clients' GHL accounts.
4
4
 
5
5
  **Distributed via npm as [`@elitedcs/ghl-mcp`](https://www.npmjs.com/package/@elitedcs/ghl-mcp).** Buyers install with one config block — no git, no Node.js setup, no terminal commands. Updates flow automatically (`npx @latest` re-resolves on every Claude restart).
6
6
 
@@ -116,7 +116,7 @@ Run setup_ghl_mcp to activate GHL Command:
116
116
  ghl_location_id: YOUR_LOCATION_ID
117
117
  ```
118
118
 
119
- Approve the tool call. Server validates your license, verifies your GHL credentials, writes them to a per-user config file. **Quit Claude one more time and reopen** — the full core toolset is now unlocked (220 tools total with the optional Workflow Builder Firebase add-on).
119
+ Approve the tool call. Server validates your license, verifies your GHL credentials, writes them to a per-user config file. **Quit Claude one more time and reopen** — the full core toolset is now unlocked (228 tools total with the optional Workflow Builder Firebase add-on).
120
120
 
121
121
  ### 4. Try it
122
122
 
@@ -156,7 +156,7 @@ https://app.gohighlevel.com/v2/location/YOUR_LOCATION_ID/dashboard
156
156
 
157
157
  ## Enable the Workflow Builder
158
158
 
159
- The builder + cloner + validator tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, validate_workflow) use GHL's internal API and require Firebase credentials. Without them, the other 163 tools work fine — you just won't have workflow/funnel/form/pipeline editing. This is the flagship feature: do this step.
159
+ The builder + cloner + validator tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, validate_workflow) use GHL's internal API and require Firebase credentials. Without them, the other 176 tools work fine — you just won't have workflow/funnel/form/pipeline editing. This is the flagship feature: do this step.
160
160
 
161
161
  **One-paste capture (the supported path):**
162
162
 
@@ -490,7 +490,7 @@ Highlights (full guide: [`docs/HEADLESS.md`](docs/HEADLESS.md)):
490
490
  |---|---|
491
491
  | `get_mcp_version` | Check installed version against the latest published to npm. Confirms an upgrade landed after restarting Claude. Available even before GHL credentials are configured. |
492
492
  | `health_check` | Run a full health check: npm registry + version status, GHL API key validity, default location reachability, Firebase auth status, token registry presence. Use when something feels broken. |
493
- | `enable_workflow_builder` | Add Firebase credentials to an existing install to unlock 49 additional Firebase-gated tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, smart lists, reputation, email campaigns, email templates, memberships, validate_workflow). No need to re-enter license / API key / location ID. Run this any time after the basic setup, on the buyer's schedule. |
493
+ | `enable_workflow_builder` | Add Firebase credentials to an existing install to unlock 52 additional Firebase-gated tools (workflow builder, funnel builder, form builder, pipeline builder, workflow cloner, smart lists, reputation, email campaigns, email templates, memberships, validate_workflow). No need to re-enter license / API key / location ID. Run this any time after the basic setup, on the buyer's schedule. |
494
494
 
495
495
  ### Other Modules
496
496
 
@@ -736,7 +736,7 @@ Source repo is private. Contributors need an invitation from `drjerryrelth`. The
736
736
 
737
737
  ### Reducing context / token usage
738
738
 
739
- Every registered MCP tool's schema is shipped to the model on every message. With 220 tools that's a meaningful per-message context cost even in chats that never touch GHL. If you only use a slice of GHL Command, restrict the tool surface with `GHL_ENABLED_MODULES` and/or `GHL_ENABLED_TOOLS`:
739
+ Every registered MCP tool's schema is shipped to the model on every message. With 228 tools that's a meaningful per-message context cost even in chats that never touch GHL. If you only use a slice of GHL Command, restrict the tool surface with `GHL_ENABLED_MODULES` and/or `GHL_ENABLED_TOOLS`:
740
740
 
741
741
  ```jsonc
742
742
  // Claude Desktop config — enable whole modules
package/dist/index.js CHANGED
@@ -31,9 +31,9 @@ var require_package = __commonJS({
31
31
  "package.json"(exports2, module2) {
32
32
  module2.exports = {
33
33
  name: "@elitedcs/ghl-mcp",
34
- version: "3.48.1",
34
+ version: "3.48.2",
35
35
  mcpName: "io.github.drjerryrelth/ghl-command",
36
- description: "GoHighLevel MCP Server for Claude. 220 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.",
36
+ description: "GoHighLevel MCP Server for Claude. 228 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",
38
38
  bin: {
39
39
  "ghl-mcp": "dist/index.js"
@@ -7055,7 +7055,7 @@ async function validateFirebase(firebaseKey, refreshToken) {
7055
7055
  function registerSetupTool(server2) {
7056
7056
  server2.tool(
7057
7057
  "setup_ghl_mcp",
7058
- "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 212 tools (163 if you skip the optional Firebase fields; add Firebase later with enable_workflow_builder).",
7058
+ "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 228 tools (176 if you skip the optional Firebase fields; add Firebase later with enable_workflow_builder).",
7059
7059
  {
7060
7060
  email: import_zod38.z.string().email().describe("Email used at purchase."),
7061
7061
  license_key: import_zod38.z.string().min(20).describe("License key from your purchase email."),
@@ -7136,7 +7136,7 @@ Note: Firebase credentials rejected (${fb.error}). Saved without Workflow Builde
7136
7136
  // verified on every MCP startup. Closes the hand-crafted creds bypass.
7137
7137
  signed_attestation: lic.signedAttestation
7138
7138
  });
7139
- const toolCount = workflowBuilderEnabled ? "212" : "163";
7139
+ const toolCount = workflowBuilderEnabled ? "228" : "176";
7140
7140
  const wfLine = workflowBuilderEnabled ? "Workflow Builder: enabled." : "Workflow Builder: not configured (optional).";
7141
7141
  const wfTip = workflowBuilderEnabled ? "" : "\nTo enable Workflow Builder later (49 extra Firebase-gated tools): run enable_workflow_builder with your three Firebase values. No need to re-enter license/API key/location ID.";
7142
7142
  return {
@@ -7164,7 +7164,7 @@ Note: Firebase credentials rejected (${fb.error}). Saved without Workflow Builde
7164
7164
  function registerEnableWorkflowBuilderTool(server2) {
7165
7165
  server2.tool(
7166
7166
  "enable_workflow_builder",
7167
- "Add Firebase credentials to an existing GHL Command install to unlock 49 additional tools across the internal-API modules: workflow builder (create/edit/clone/delete/publish/validate workflows, build_if_else_branch, build_goal_event, get_trigger_registry), funnel + page builder, form builder, pipeline builder, workflow cloner, smart lists, reputation, email campaigns, email templates, and memberships, plus the pre-deploy validator. Requires you've already run setup_ghl_mcp. EASIEST PATH: run `auto_capture_firebase_script` first, paste the JSON output into `firebase_paste` here. MANUAL PATH: capture the three Firebase fields via DevTools and pass them individually. Tool count goes from 163 to 212 after the next Claude restart.",
7167
+ "Add Firebase credentials to an existing GHL Command install to unlock 52 additional tools across the internal-API modules: workflow builder (create/edit/clone/delete/publish/validate workflows, build_if_else_branch, build_goal_event, get_trigger_registry), funnel + page builder, form builder, pipeline builder, workflow cloner, smart lists, reputation, email campaigns, email templates, and memberships, plus the pre-deploy validator. Requires you've already run setup_ghl_mcp. EASIEST PATH: run `auto_capture_firebase_script` first, paste the JSON output into `firebase_paste` here. MANUAL PATH: capture the three Firebase fields via DevTools and pass them individually. Tool count goes from 176 to 228 after the next Claude restart.",
7168
7168
  {
7169
7169
  // v3.25.0: one-paste path. Tool runs `auto_capture_firebase_script` to
7170
7170
  // get the console script; the script returns a JSON object that pastes
@@ -7245,7 +7245,7 @@ DevTools steps: https://elitedcs.com/ghl-mcp-firebase`
7245
7245
  "",
7246
7246
  "**You MUST restart Claude before using any workflow-builder tool.** Quit Claude completely (Cmd+Q on Mac, full exit on Windows) and reopen. Without a restart, the workflow builder tools will keep using the OLD Firebase auth from before this call and fail with 401 errors \u2014 even though this tool reported success.",
7247
7247
  "",
7248
- 'After restart, all 212 tools load. Try: "List my workflows in full detail" or "Validate workflow <id>".',
7248
+ 'After restart, all 228 tools load. Try: "List my workflows in full detail" or "Validate workflow <id>".',
7249
7249
  "",
7250
7250
  "Note: Firebase refresh tokens rotate every few weeks. If workflow tools stop working in a few weeks (run `health_check` to confirm Firebase auth: FAIL), run `auto_capture_firebase_script` for fresh values and re-run this tool with the new firebase_paste."
7251
7251
  ].join("\n")
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@elitedcs/ghl-mcp",
3
- "version": "3.48.1",
3
+ "version": "3.48.2",
4
4
  "mcpName": "io.github.drjerryrelth/ghl-command",
5
- "description": "GoHighLevel MCP Server for Claude. 220 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.",
5
+ "description": "GoHighLevel MCP Server for Claude. 228 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",
7
7
  "bin": {
8
8
  "ghl-mcp": "dist/index.js"