@updately/mcp-server 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ curl -X POST https://api.updately.ai/org/api-key/generate \
36
36
  }
37
37
  ```
38
38
 
39
- ## Available Tools (30)
39
+ ## Available Tools (31)
40
40
 
41
41
  ### Campaigns
42
42
  - `list_campaigns` — List all campaigns
@@ -56,6 +56,9 @@ curl -X POST https://api.updately.ai/org/api-key/generate \
56
56
  - `enroll_contacts` — Add LinkedIn profiles
57
57
  - `remove_contact` — Remove a contact
58
58
 
59
+ ### Direct Outreach
60
+ - `reach_out` — Send a LinkedIn message or connection invitation to one or more profiles. Auto-detects connection status: sends a DM if already connected, or a connection invite with the message as note if not. Auto-picks the org's LinkedIn account if not specified.
61
+
59
62
  ### Scheduler
60
63
  - `run_campaign` — Trigger processing
61
64
  - `process_contact` — Process one contact now
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@updately/mcp-server",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "MCP server for Updately LinkedIn Outreach — exposes campaign management, contacts, inbox, signals, ICP and more as AI-callable tools.",
5
5
  "type": "module",
6
6
  "main": "./build/index.js",