@avallon-labs/mcp 39.1.0 → 39.2.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
|
@@ -4882,6 +4882,9 @@ var UpdateVoiceAgentBody = zod.object({
|
|
|
4882
4882
|
zod.null()
|
|
4883
4883
|
]).optional().describe(
|
|
4884
4884
|
"Inactivity timeout in seconds. null disables the feature. Minimum 5. Omit to leave unchanged."
|
|
4885
|
+
),
|
|
4886
|
+
voice_mail_detection: zod.boolean().optional().describe(
|
|
4887
|
+
"Enable voicemail beep detection on outbound calls. Omit to leave unchanged."
|
|
4885
4888
|
)
|
|
4886
4889
|
});
|
|
4887
4890
|
var updateVoiceAgentResponseDataAgentInactivityTimeoutSecondsOneMin = -9007199254740991;
|
|
@@ -10479,4 +10482,4 @@ var transport = new StdioServerTransport();
|
|
|
10479
10482
|
server.connect(transport).then(() => {
|
|
10480
10483
|
console.error("MCP server running on stdio");
|
|
10481
10484
|
}).catch(console.error);
|
|
10482
|
-
//# sourceMappingURL=server-
|
|
10485
|
+
//# sourceMappingURL=server-HJTXL3BI.js.map
|