@elitedcs/ghl-mcp 3.73.1 → 3.74.0
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 +31 -0
- package/dist/index.js +1235 -625
- package/guide/guide.html +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 3.74.0 — your brief can see your Stripe
|
|
4
|
+
|
|
5
|
+
Command OS only; on the $97 licence these tools answer with upgrade information and
|
|
6
|
+
nothing about the GoHighLevel product changes.
|
|
7
|
+
|
|
8
|
+
Your morning brief has asked for renewals and clients under your floor since the day it
|
|
9
|
+
shipped, and answered "no client has a commercial record yet" every morning, because
|
|
10
|
+
nothing was filling that record. Now something does.
|
|
11
|
+
|
|
12
|
+
Connect Stripe with a restricted read-only key and the brief gains three things it could
|
|
13
|
+
not know: **who owes you money**, oldest debt first with how late each invoice is;
|
|
14
|
+
**what each client pays**; and **when each agreement renews**, so a renewal three weeks
|
|
15
|
+
out is something you hear about three weeks out.
|
|
16
|
+
|
|
17
|
+
It shows you everything before it changes anything, and two refusals are built in rather
|
|
18
|
+
than left to good intentions:
|
|
19
|
+
|
|
20
|
+
- **It will not guess whose money is whose.** A matching billing email is a suggestion,
|
|
21
|
+
not a decision — agencies bill one holding company for several clinics, and bookkeepers
|
|
22
|
+
pay from their own address. An unmatched customer is reported and left alone until you
|
|
23
|
+
confirm it. Debt it cannot attribute is reported as its own total, because "you are
|
|
24
|
+
owed $3,000 I cannot put a name to" is true and leaving it out would make the total
|
|
25
|
+
wrong.
|
|
26
|
+
- **It will not overwrite what you typed.** If Stripe says $1,997 and you wrote $2,000,
|
|
27
|
+
both survive and it tells you they disagree. You may be right, and a tool that quietly
|
|
28
|
+
corrects you is one you stop believing.
|
|
29
|
+
|
|
30
|
+
The key stays on your machine beside your GoHighLevel credentials, readable only by you.
|
|
31
|
+
No tool ever returns it — ask what is connected and you get the last four characters.
|
|
32
|
+
Nothing here writes to Stripe, which is why it asks for a key that cannot.
|
|
33
|
+
|
|
3
34
|
## 3.73.1 — the cockpit points at the right hub
|
|
4
35
|
|
|
5
36
|
The member hub is Command OS only and now lives at its own address behind a licence
|