@velaro/mcp-server 0.6.8 → 0.6.10

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/package.json +1 -1
  2. package/server.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@velaro/mcp-server",
3
- "version": "0.6.8",
3
+ "version": "0.6.10",
4
4
  "description": "Velaro MCP server — connect Claude and other AI agents directly to your Velaro account: KB, workflows, bots, conversations, contacts, routing, and more.",
5
5
  "type": "module",
6
6
  "bin": {
package/server.js CHANGED
@@ -1519,7 +1519,7 @@ For multiSelect dynamic options: the variable named in dynamicOptionsVariable mu
1519
1519
  agentId: { type: 'number', description: 'Filter to a specific agent' },
1520
1520
  direction: { type: 'string', enum: ['Inbound', 'Outbound'], description: 'Filter by call direction' },
1521
1521
  origin: { type: 'string', enum: ['CtiManual', 'InboundExternal', 'AutoDialerCampaign', 'IvrOutboundSingle'], description: 'Filter by call origin' },
1522
- providerSlug: { type: 'string', description: 'Filter by provider (Twilio, SkySwitch, RingCentral, Zoom, Teams, Comcast, GoTo, Vonage, Intermedia)' },
1522
+ providerSlug: { type: 'string', description: 'Filter by provider (Twilio, SkySwitch, RingCentral, Zoom, Teams, GoTo, Vonage)' },
1523
1523
  dateRangeDays: { type: 'number', description: 'Lookback window in days. Default: 30' },
1524
1524
  disposition: { type: 'string', description: 'Filter by disposition code' },
1525
1525
  page: { type: 'number', description: 'Page number. Default: 1' },