@avallon-labs/mcp 22.3.0 → 23.0.0-staging.496
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
|
@@ -3789,7 +3789,7 @@ var GetVoiceAgentPromptParams = zod.object({
|
|
|
3789
3789
|
});
|
|
3790
3790
|
var GetVoiceAgentPromptResponse = zod.object({
|
|
3791
3791
|
prompt: zod.string().optional(),
|
|
3792
|
-
greeting: zod.string().optional()
|
|
3792
|
+
greeting: zod.union([zod.string(), zod.null()]).optional()
|
|
3793
3793
|
});
|
|
3794
3794
|
var UpdateVoiceAgentPromptParams = zod.object({
|
|
3795
3795
|
voiceAgentId: zod.string().uuid()
|
|
@@ -6774,4 +6774,4 @@ var transport = new StdioServerTransport();
|
|
|
6774
6774
|
server.connect(transport).then(() => {
|
|
6775
6775
|
console.error("MCP server running on stdio");
|
|
6776
6776
|
}).catch(console.error);
|
|
6777
|
-
//# sourceMappingURL=server-
|
|
6777
|
+
//# sourceMappingURL=server-5GKZUBOK.js.map
|