@avallon-labs/mcp 23.10.0 → 23.11.0-staging.547
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
|
@@ -5090,6 +5090,7 @@ var ListEmailThreadsResponseItem = zod.object({
|
|
|
5090
5090
|
subject: zod.union([zod.string(), zod.null()]),
|
|
5091
5091
|
last_email_at: zod.string().datetime({}),
|
|
5092
5092
|
first_sender: zod.string(),
|
|
5093
|
+
first_recipient: zod.union([zod.string(), zod.null()]),
|
|
5093
5094
|
message_count: zod.number()
|
|
5094
5095
|
});
|
|
5095
5096
|
var ListEmailThreadsResponse = zod.array(ListEmailThreadsResponseItem);
|
|
@@ -7106,4 +7107,4 @@ var transport = new StdioServerTransport();
|
|
|
7106
7107
|
server.connect(transport).then(() => {
|
|
7107
7108
|
console.error("MCP server running on stdio");
|
|
7108
7109
|
}).catch(console.error);
|
|
7109
|
-
//# sourceMappingURL=server-
|
|
7110
|
+
//# sourceMappingURL=server-W6ZE3YW3.js.map
|