MCP TypeScript SDK (V2)
    Preparing search index...
    ZodRawShape: Record<string, z.ZodType>

    A plain record of Zod field schemas, e.g. { name: z.string() }. Accepted by registerTool/registerPrompt as a shorthand; auto-wrapped with z.object(). Zod schemas only — z.object() cannot wrap other Standard Schema libraries.