@avallon-labs/mcp 14.3.0-staging.350 → 14.4.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
|
@@ -4147,6 +4147,7 @@ var GetProfileResponse = zod.object({
|
|
|
4147
4147
|
first_name: zod.union([zod.string(), zod.null()]),
|
|
4148
4148
|
last_name: zod.union([zod.string(), zod.null()]),
|
|
4149
4149
|
email: zod.string(),
|
|
4150
|
+
role: zod.enum(["admin", "member"]),
|
|
4150
4151
|
tenants: zod.object({
|
|
4151
4152
|
active: zod.object({
|
|
4152
4153
|
id: zod.string(),
|
|
@@ -5186,4 +5187,4 @@ var transport = new StdioServerTransport();
|
|
|
5186
5187
|
server.connect(transport).then(() => {
|
|
5187
5188
|
console.error("MCP server running on stdio");
|
|
5188
5189
|
}).catch(console.error);
|
|
5189
|
-
//# sourceMappingURL=server-
|
|
5190
|
+
//# sourceMappingURL=server-MNJP63D4.js.map
|