@avallon-labs/mcp 42.0.0-staging.1003 → 42.1.0

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/index.js CHANGED
@@ -46,5 +46,5 @@ function setupFetch() {
46
46
 
47
47
  // src/index.ts
48
48
  setupFetch();
49
- await import("./server-EE6X6SWX.js");
49
+ await import("./server-U2LCBAX2.js");
50
50
  //# sourceMappingURL=index.js.map
@@ -5105,6 +5105,9 @@ var UpdateVoiceAgentBody = zod.object({
5105
5105
  ),
5106
5106
  voice_mail_detection: zod.boolean().optional().describe(
5107
5107
  "Enable voicemail beep detection on outbound calls. Omit to leave unchanged."
5108
+ ),
5109
+ noise_cancellation: zod.enum(["NONE", "NC", "BVC", "BVC_TELEPHONY"]).optional().describe(
5110
+ "Noise cancellation mode applied to the caller audio. Omit to leave unchanged."
5108
5111
  )
5109
5112
  });
5110
5113
  var updateVoiceAgentResponseDataAgentInactivityTimeoutSecondsOneMin = -9007199254740991;
@@ -11116,4 +11119,4 @@ var transport = new StdioServerTransport();
11116
11119
  server.connect(transport).then(() => {
11117
11120
  console.error("MCP server running on stdio");
11118
11121
  }).catch(console.error);
11119
- //# sourceMappingURL=server-EE6X6SWX.js.map
11122
+ //# sourceMappingURL=server-U2LCBAX2.js.map