mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-17 15:43:24 +02:00
Update src/everything/everything.ts
Co-authored-by: Cliff Hall <cliff@futurescale.com>
This commit is contained in:
@@ -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,
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user