@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
|
@@ -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-
|
|
8657
|
+
//# sourceMappingURL=server-242VAJVY.js.map
|