@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
|
@@ -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-
|
|
7403
|
+
//# sourceMappingURL=server-HW3TUZPA.js.map
|