@elitedcs/ghl-mcp 3.49.0 → 3.49.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 CHANGED
@@ -1,5 +1,18 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.49.1 — Docs patch: one-click capture is now the primary Milestone-2 path
4
+
5
+ No behavior changes; text only.
6
+
7
+ - README "Enable the Workflow Builder": `capture_firebase_interactive` (log into a
8
+ Chrome window, zero pasting) is the supported path; the console-paste script is
9
+ demoted to a collapsed fallback (still the path for locked-down machines and for
10
+ capturing CLIENT accounts in multi-tenant). Rotation note now points at the
11
+ silent re-capture.
12
+ - `enable_workflow_builder` and `auto_capture_firebase_script` tool descriptions
13
+ point to `capture_firebase_interactive` first.
14
+
15
+
3
16
  ## 3.49.0 — One-click Workflow Builder unlock (`capture_firebase_interactive`)
4
17
 
5
18
  The buyer's whole job is now: log into GHL in a Chrome window the tool opens.
package/README.md CHANGED
@@ -158,7 +158,16 @@ https://app.gohighlevel.com/v2/location/YOUR_LOCATION_ID/dashboard
158
158
 
159
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 177 tools work fine — you just won't have workflow/funnel/form/pipeline editing. This is the flagship feature: do this step.
160
160
 
161
- **One-paste capture (the supported path):**
161
+ **One-click capture (v3.49.0+, the supported path):**
162
+
163
+ 1. In Claude, ask: `Run capture_firebase_interactive`. Your installed Chrome opens a dedicated window on the GHL login page (no browser download; it never touches your daily browsing profile).
164
+ 2. Log into your GHL account in that window. That's the whole job — the tool reads the three Firebase values itself, validates them against Firebase, and saves them. If the call says it's still waiting, finish logging in and run the same tool again.
165
+ 3. Restart Claude. The Firebase-gated tools are live.
166
+
167
+ > Firebase refresh tokens can rotate. If workflow tools stop working after a few weeks (`health_check` shows Firebase auth: FAIL), just re-run `capture_firebase_interactive` — after your first login it re-captures silently, no window at all.
168
+
169
+ <details>
170
+ <summary><strong>Console-paste fallback</strong> (no Chrome/Edge installed, the window path fails, or you're capturing a CLIENT account for multi-tenant)</summary>
162
171
 
163
172
  1. In Claude, ask: `Run auto_capture_firebase_script`. It returns a small browser-console script.
164
173
  2. In Chrome, open a tab logged into your GHL account. Press **F12** (Windows) or **Cmd+Option+I** (Mac), click the **Console** tab, paste the script, press Enter. If Chrome blocks the paste, type `allow pasting` in the Console first, then paste again.
@@ -168,7 +177,7 @@ The builder + cloner + validator tools (workflow builder, funnel builder, form b
168
177
 
169
178
  Screenshots and the same script behind a copy button: [elitedcs.com/ghl-mcp-firebase](https://elitedcs.com/ghl-mcp-firebase)
170
179
 
171
- > Firebase refresh tokens can rotate. If workflow tools stop working after a few weeks (`health_check` shows Firebase auth: FAIL), re-run `auto_capture_firebase_script` for fresh values and pass them to `enable_workflow_builder` again.
180
+ </details>
172
181
 
173
182
  <details>
174
183
  <summary><strong>Manual fallback</strong> (locked-down browsers that block console pasting or clipboard access)</summary>
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.49.0",
34
+ version: "3.49.1",
35
35
  mcpName: "io.github.drjerryrelth/ghl-command",
36
36
  description: "GoHighLevel MCP Server for Claude. 229 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",
@@ -7307,7 +7307,7 @@ Note: Firebase credentials rejected (${fb.error}). Saved without Workflow Builde
7307
7307
  function registerEnableWorkflowBuilderTool(server2) {
7308
7308
  server2.tool(
7309
7309
  "enable_workflow_builder",
7310
- "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 177 to 229 after the next Claude restart.",
7310
+ "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 `capture_firebase_interactive` instead \u2014 a Chrome window opens, you log into GHL, zero pasting. Use THIS tool when you have JSON from `auto_capture_firebase_script` (console-paste path) to put in `firebase_paste`, or the three manual DevTools fields. Tool count goes from 177 to 229 after the next Claude restart.",
7311
7311
  {
7312
7312
  // v3.25.0: one-paste path. Tool runs `auto_capture_firebase_script` to
7313
7313
  // get the console script; the script returns a JSON object that pastes
@@ -7400,7 +7400,7 @@ DevTools steps: https://elitedcs.com/ghl-mcp-firebase`
7400
7400
  function registerFirebaseCaptureScriptTool(server2) {
7401
7401
  server2.tool(
7402
7402
  "auto_capture_firebase_script",
7403
- "Get the browser-console script that auto-extracts the 3 Firebase fields needed to enable the Workflow Builder. Run this, copy the script, paste it into Chrome DevTools Console on a tab logged into GHL, press Enter, and the result lands in your clipboard. Then paste the JSON into setup_ghl_mcp's firebase_paste field (or enable_workflow_builder's). No manual IndexedDB digging.",
7403
+ "Get the browser-console script that auto-extracts the 3 Firebase fields needed to enable the Workflow Builder. PREFER `capture_firebase_interactive` when Chrome/Edge is installed (one-click, zero pasting); this script is the fallback for locked-down machines and the path for capturing a CLIENT account's Firebase (multi-tenant). Run this, copy the script, paste it into Chrome DevTools Console on a tab logged into GHL, press Enter, and the result lands in your clipboard. Then paste the JSON into setup_ghl_mcp's firebase_paste field (or enable_workflow_builder's).",
7404
7404
  {},
7405
7405
  async () => {
7406
7406
  const steps = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elitedcs/ghl-mcp",
3
- "version": "3.49.0",
3
+ "version": "3.49.1",
4
4
  "mcpName": "io.github.drjerryrelth/ghl-command",
5
5
  "description": "GoHighLevel MCP Server for Claude. 229 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",