Skip to content

Commit cf64b56

Browse files
ochafikclaude
andcommitted
Improve zip tool description to highlight multiple output format support
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b7c1428 commit cf64b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp-server/src/services/mcp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ export const createMcpServer = (): McpServerWrapper => {
470470
{
471471
name: ToolName.ZIP_RESOURCES,
472472
description:
473-
"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",
473+
"Compresses the provided resource files (mapping of name to URI, which can be a data URI) to a zip file. Supports multiple output formats: inlined data URI (default), resource link, or full resource object",
474474
inputSchema: zodToJsonSchema(ZipResourcesInputSchema) as ToolInput,
475475
},
476476
];

0 commit comments

Comments
 (0)