@avallon-labs/mcp 5.6.0 → 6.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
|
@@ -3722,10 +3722,6 @@ var GetProfileResponse = zod.object({
|
|
|
3722
3722
|
first_name: zod.union([zod.string(), zod.null()]),
|
|
3723
3723
|
last_name: zod.union([zod.string(), zod.null()]),
|
|
3724
3724
|
email: zod.string(),
|
|
3725
|
-
tenant: zod.object({
|
|
3726
|
-
id: zod.string(),
|
|
3727
|
-
name: zod.string()
|
|
3728
|
-
}),
|
|
3729
3725
|
tenants: zod.object({
|
|
3730
3726
|
active: zod.object({
|
|
3731
3727
|
id: zod.string(),
|
|
@@ -4690,4 +4686,4 @@ var transport = new StdioServerTransport();
|
|
|
4690
4686
|
server.connect(transport).then(() => {
|
|
4691
4687
|
console.error("MCP server running on stdio");
|
|
4692
4688
|
}).catch(console.error);
|
|
4693
|
-
//# sourceMappingURL=server-
|
|
4689
|
+
//# sourceMappingURL=server-5AZHLMUE.js.map
|