From 6495199b878ec80d77a6ecc26d928c97b844aae2 Mon Sep 17 00:00:00 2001 From: Olivier Chafik Date: Thu, 23 Oct 2025 18:13:34 -0700 Subject: [PATCH] Update src/everything/everything.ts Co-authored-by: Cliff Hall --- 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 90d275bf..67b4cb9e 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -545,7 +545,7 @@ export const createServer = () => { }, { name: ToolName.GZIP, - description: "Compresses a single file using gzip compression. Takes a file name and data URI, returns the compressed data as a gzipped resource.", + description: "Compresses a single file using gzip compression. Takes a file name and data URI, and either returns the compressed data as a gzipped resource or as a resource link, allowing it to be downloaded in a subsequent request.", inputSchema: zodToJsonSchema(GzipInputSchema) as ToolInput, } ];