@avallon-labs/mcp 30.1.0-staging.817 → 31.0.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-4IFA5MUJ.js");
57
+ await import("./server-242VAJVY.js");
58
58
  //# sourceMappingURL=index.js.map
@@ -5619,7 +5619,7 @@ var SignInBody = zod.union([
5619
5619
  zod.object({
5620
5620
  type: zod.literal("password"),
5621
5621
  email: zod.string().email(),
5622
- password: zod.string()
5622
+ password: zod.string().min(1)
5623
5623
  }),
5624
5624
  zod.object({
5625
5625
  type: zod.literal("oauth"),
@@ -8654,4 +8654,4 @@ var transport = new StdioServerTransport();
8654
8654
  server.connect(transport).then(() => {
8655
8655
  console.error("MCP server running on stdio");
8656
8656
  }).catch(console.error);
8657
- //# sourceMappingURL=server-4IFA5MUJ.js.map
8657
+ //# sourceMappingURL=server-242VAJVY.js.map