MCP Apps
    Preparing search index...

    Type Alias ZodRawShape

    ZodRawShape: Record<string, z.ZodType>

    A plain { field: z.string() } record accepted by the deprecated raw-shape form of registerAppTool; the SDK auto-wraps it with z.object().

    Wrap with z.object({...}) instead.