mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-04-19 00:33:22 +02:00
Update everything.ts
This commit is contained in:
@@ -872,7 +872,6 @@ export const createServer = () => {
|
||||
|
||||
if (name === ToolName.ZIP_RESOURCES) {
|
||||
const { files, outputType } = ZipResourcesInputSchema.parse(args);
|
||||
|
||||
const zip = new JSZip();
|
||||
|
||||
for (const [fileName, fileUrl] of Object.entries(files)) {
|
||||
|
||||
Reference in New Issue
Block a user