@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
@@ -54,5 +54,5 @@ function setupFetch() {
54
54
 
55
55
  // src/index.ts
56
56
  setupFetch();
57
- await import("./server-KHQPAGXF.js");
57
+ await import("./server-MNJP63D4.js");
58
58
  //# sourceMappingURL=index.js.map
@@ -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-KHQPAGXF.js.map
5190
+ //# sourceMappingURL=server-MNJP63D4.js.map