@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
|
@@ -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-
|
|
11122
|
+
//# sourceMappingURL=server-U2LCBAX2.js.map
|