@agifyai/leadify-mcp 8.5.1 → 8.5.3

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/dist/version.d.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export declare const MCP_PACKAGE_NAME = "@agifyai/leadify-mcp";
2
2
  export declare const MCP_SERVER_NAME = "leadify";
3
- export declare const MCP_VERSION = "8.5.1";
3
+ export declare const MCP_VERSION = "8.5.3";
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  export const MCP_PACKAGE_NAME = "@agifyai/leadify-mcp";
2
2
  export const MCP_SERVER_NAME = "leadify";
3
- export const MCP_VERSION = "8.5.1";
3
+ export const MCP_VERSION = "8.5.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agifyai/leadify-mcp",
3
- "version": "8.5.1",
3
+ "version": "8.5.3",
4
4
  "description": "MCP server for Leadify lead management API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -15,8 +15,9 @@
15
15
  "build": "rm -rf dist && tsc && chmod +x dist/index.js",
16
16
  "start": "node dist/index.js",
17
17
  "dev": "tsc --watch",
18
+ "canary:commercial": "npm run build && zsh scripts/run-commercial-truth-read-canary.sh",
18
19
  "prepublishOnly": "npm run build",
19
- "test": "npm run build && node --test test/**/*.test.mjs"
20
+ "test": "npm run build && node --test test/*.test.mjs"
20
21
  },
21
22
  "repository": {
22
23
  "type": "git",