@firstdistro/mcp 1.2.0 → 1.2.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -211,7 +211,7 @@ node bin/firstdistro-mcp.js init
211
211
 
212
212
  ## Support
213
213
 
214
- - Documentation: https://firstdistro.com/docs
214
+ - Documentation: https://firstdistro.com/documentation
215
215
  - Email: support@firstdistro.com
216
216
 
217
217
  ## License
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firstdistro/mcp",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "MCP server for customer success — monitor health scores, detect churn risks, and manage customer journeys from Claude, Cursor, and other AI tools",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,6 +31,7 @@
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/node": "^20.0.0",
34
+ "cac": "^6.7.14",
34
35
  "tsup": "^8.0.0",
35
36
  "typescript": "^5.0.0",
36
37
  "vitest": "^4.0.18"
@@ -55,6 +56,6 @@
55
56
  "llm"
56
57
  ],
57
58
  "license": "MIT",
58
- "homepage": "https://firstdistro.com/docs",
59
+ "homepage": "https://firstdistro.com/documentation",
59
60
  "author": "FirstDistro <support@firstdistro.com>"
60
61
  }