@avallon-labs/mcp 35.4.0-staging.884 → 35.5.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
|
@@ -6196,6 +6196,7 @@ var ListEmailsQueryParams = zod.object({
|
|
|
6196
6196
|
sender: zod.string().email().optional(),
|
|
6197
6197
|
recipient: zod.string().email().optional(),
|
|
6198
6198
|
content: zod.string().min(1).max(listEmailsQueryContentMax).optional(),
|
|
6199
|
+
case_id: zod.string().min(1).optional(),
|
|
6199
6200
|
count: zod.number().min(1).max(listEmailsQueryCountMax).default(listEmailsQueryCountDefault),
|
|
6200
6201
|
offset: zod.number().min(listEmailsQueryOffsetMin).default(listEmailsQueryOffsetDefault),
|
|
6201
6202
|
sort_by: zod.enum(["created_at", "sent_at"]).default(listEmailsQuerySortByDefault),
|
|
@@ -8988,4 +8989,4 @@ var transport = new StdioServerTransport();
|
|
|
8988
8989
|
server.connect(transport).then(() => {
|
|
8989
8990
|
console.error("MCP server running on stdio");
|
|
8990
8991
|
}).catch(console.error);
|
|
8991
|
-
//# sourceMappingURL=server-
|
|
8992
|
+
//# sourceMappingURL=server-EL6CA6LE.js.map
|