@avallon-labs/mcp 35.6.0-staging.890 → 35.7.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
@@ -54,5 +54,5 @@ function setupFetch() {
54
54
 
55
55
  // src/index.ts
56
56
  setupFetch();
57
- await import("./server-XIOSURET.js");
57
+ await import("./server-KRYAG2TA.js");
58
58
  //# sourceMappingURL=index.js.map
@@ -6429,6 +6429,7 @@ var ListWorkerRunsQueryParams = zod.object({
6429
6429
  ]).optional(),
6430
6430
  worker_id: zod.string().uuid().optional(),
6431
6431
  case_id: zod.string().min(1).optional(),
6432
+ outcome: zod.string().min(1).optional(),
6432
6433
  created_after: zod.string().datetime({}).optional(),
6433
6434
  created_before: zod.string().datetime({}).optional(),
6434
6435
  count: zod.number().min(1).max(listWorkerRunsQueryCountMax).default(listWorkerRunsQueryCountDefault),
@@ -9007,4 +9008,4 @@ var transport = new StdioServerTransport();
9007
9008
  server.connect(transport).then(() => {
9008
9009
  console.error("MCP server running on stdio");
9009
9010
  }).catch(console.error);
9010
- //# sourceMappingURL=server-XIOSURET.js.map
9011
+ //# sourceMappingURL=server-KRYAG2TA.js.map