Argument of type '{ name: string; description: string; inputSchema: z.ZodObject<{ url: z.ZodString; acquisitions: z.ZodOptional<z.ZodEnum<["exclude", "include"]>>; categories: z.ZodOptional<z.ZodEnum<["exclude", "include"]>>; ... 5 more ...; use_cache: z.ZodOptional<...>; }, "strip", z.ZodTypeAny, { ...; }, { ...; }>; }' is not assignable to parameter of type '{ name: any; description: any; inputSchema: any; strict: any; }'.