@agifyai/leadify-mcp 3.6.1 → 3.6.2

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/server.js CHANGED
@@ -16,7 +16,7 @@ import { registerPipelineTools } from "./tools/pipeline.js";
16
16
  export function createServer() {
17
17
  const server = new McpServer({
18
18
  name: "leadify",
19
- version: "3.6.1",
19
+ version: "3.6.2",
20
20
  });
21
21
  registerAuthTools(server);
22
22
  registerOrganizationTools(server);
@@ -21,7 +21,7 @@ export function registerPipelineTools(server) {
21
21
  "`get_lead` call); the caller only needs `lead_id`. " +
22
22
  "The response is decorated with a Trigger.dev `traceUrl` deep-link when missing " +
23
23
  "(https://cloud.trigger.dev/runs/{runId}), so you can always jump to the trace. " +
24
- "Waits up to 120s for the remote agent to complete.", {
24
+ "Waits up to 300s for the remote agent to complete.", {
25
25
  lead_id: z.string().describe("ID of the lead to generate a message for."),
26
26
  dryrun: z
27
27
  .boolean()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agifyai/leadify-mcp",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "MCP server for Leadify lead management API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",