diff --git a/src/everything/everything.ts b/src/everything/everything.ts index 1c55221a..5e9dd086 100644 --- a/src/everything/everything.ts +++ b/src/everything/everything.ts @@ -131,7 +131,9 @@ const StructuredContentSchema = { }; const ZipResourcesInputSchema = z.object({ - files: z.record(z.string().url().describe("URL of the file to include in the zip")).describe("Mapping of file names to URLs to include in the zip"), + files: z.record(z.string().url().describe("URL of the file to include in the zip")).describe("Mapping of file names to URLs to include in the zip").default({ + "README.md": "https://raw.githubusercontent.com/modelcontextprotocol/servers/refs/heads/main/README.md", + }), outputType: z.enum([ 'resourceLink', 'resource'