@avallon-labs/mcp 14.1.0 → 14.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
|
@@ -3690,7 +3690,7 @@ var ListExtractorJobsQueryParams = zod.object({
|
|
|
3690
3690
|
created_after: zod.string().datetime({}).optional().describe("Filter jobs created after this date (ISO 8601)"),
|
|
3691
3691
|
created_before: zod.string().datetime({}).optional().describe("Filter jobs created before this date (ISO 8601)"),
|
|
3692
3692
|
scope: zod.record(zod.string(), zod.string()).optional().describe(
|
|
3693
|
-
"Filter by scope keys using bracket notation (e.g. scope[call_id]=abc-123, scope[email_id]=xyz-456). Multiple filters are combined with AND logic."
|
|
3693
|
+
"Filter by scope keys using bracket notation (e.g. scope[call_id]=abc-123, scope[email_id]=xyz-456, scope[case_id]=case-789). Multiple filters are combined with AND logic."
|
|
3694
3694
|
)
|
|
3695
3695
|
});
|
|
3696
3696
|
var listExtractorJobsResponseExtractorVersionMin = -9007199254740991;
|
|
@@ -5139,4 +5139,4 @@ var transport = new StdioServerTransport();
|
|
|
5139
5139
|
server.connect(transport).then(() => {
|
|
5140
5140
|
console.error("MCP server running on stdio");
|
|
5141
5141
|
}).catch(console.error);
|
|
5142
|
-
//# sourceMappingURL=server-
|
|
5142
|
+
//# sourceMappingURL=server-JD2HXOAK.js.map
|