@avallon-labs/mcp 23.13.0-staging.554 → 23.14.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-7E6HYBRJ.js");
57
+ await import("./server-HW3TUZPA.js");
58
58
  //# sourceMappingURL=index.js.map
@@ -5875,7 +5875,8 @@ var GetChatAgentResponse = zod.object({
5875
5875
  id: zod.string(),
5876
5876
  name: zod.string(),
5877
5877
  created_at: zod.string().datetime({}),
5878
- updated_at: zod.string().datetime({})
5878
+ updated_at: zod.string().datetime({}),
5879
+ tool_ids: zod.array(zod.string())
5879
5880
  });
5880
5881
  var UpdateChatAgentParams = zod.object({
5881
5882
  chatAgentId: zod.string().uuid()
@@ -7399,4 +7400,4 @@ var transport = new StdioServerTransport();
7399
7400
  server.connect(transport).then(() => {
7400
7401
  console.error("MCP server running on stdio");
7401
7402
  }).catch(console.error);
7402
- //# sourceMappingURL=server-7E6HYBRJ.js.map
7403
+ //# sourceMappingURL=server-HW3TUZPA.js.map