@elitedcs/ghl-mcp 3.19.0 → 3.19.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,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 3.19.1 — MCP registry prep + README UTM tracking
4
+
5
+ - Added `mcpName` (`io.github.drjerryrelth/ghl-command`) to package.json so the package can be published to the official MCP registry (many directories pull from it).
6
+ - npm README buy links now carry `?utm_source=npm&utm_medium=readme` so npm-sourced traffic to the order page is identifiable once analytics is enabled.
7
+
3
8
  ## 3.19.0 — npm lead capture + $97 pricing alignment
4
9
 
5
10
  **One new bootstrap-mode tool. Normal-mode count unchanged (212 across 43 modules).**
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Works with **both the Claude Desktop App and Claude Code terminal** — your choice.
8
8
 
9
- **License required.** Buy at [elitedcs.com/ghl-mcp-server](https://elitedcs.com/ghl-mcp-server) — one-time $97, three-machine activation, no subscription.
9
+ **License required.** Buy at [elitedcs.com/ghl-mcp-server](https://elitedcs.com/ghl-mcp-server?utm_source=npm&utm_medium=readme) — one-time $97, three-machine activation, no subscription.
10
10
 
11
11
  Built by [Elite DCs, LLC](https://elitedcs.com).
12
12
 
@@ -61,7 +61,7 @@ This MCP (Model Context Protocol) server connects Claude directly to GoHighLevel
61
61
 
62
62
  ### 1. Buy a license
63
63
 
64
- [elitedcs.com/ghl-mcp-server](https://elitedcs.com/ghl-mcp-server) — one-time $97. License key arrives by email within 1-2 minutes.
64
+ [elitedcs.com/ghl-mcp-server](https://elitedcs.com/ghl-mcp-server?utm_source=npm&utm_medium=readme) — one-time $97. License key arrives by email within 1-2 minutes.
65
65
 
66
66
  ### 2. Install in Claude Desktop App
67
67
 
package/dist/index.js CHANGED
@@ -31,7 +31,8 @@ var require_package = __commonJS({
31
31
  "package.json"(exports2, module2) {
32
32
  module2.exports = {
33
33
  name: "@elitedcs/ghl-mcp",
34
- version: "3.19.0",
34
+ version: "3.19.1",
35
+ mcpName: "io.github.drjerryrelth/ghl-command",
35
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.",
36
37
  main: "dist/index.js",
37
38
  bin: {
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@elitedcs/ghl-mcp",
3
- "version": "3.19.0",
3
+ "version": "3.19.1",
4
+ "mcpName": "io.github.drjerryrelth/ghl-command",
4
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.",
5
6
  "main": "dist/index.js",
6
7
  "bin": {