From d6e218d0f88bf0f03fa6b05cdf87d0c209b89289 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Wed, 8 Oct 2025 17:53:52 +0100 Subject: [PATCH] Update everything.ts --- src/everything/everything.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/everything/everything.ts b/src/everything/everything.ts index 5f062e86..5086364d 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -543,7 +543,7 @@ export const createServer = () => { }, { name: ToolName.ZIP_RESOURCES, - description: " a tool that would transform an image resource (passed by URL) by cropping it, and returns the result as a resource link.", + description: "Compresses the provided resource files (mapping of name to URI, which can be a data URI) to a zip file, which it returns as a data URI resource link.", inputSchema: zodToJsonSchema(ZipResourcesInputSchema) as ToolInput, } ];