You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
outputSchema now accepts both ZodRawShape and ZodObject - no need to
call .shape manually when passing a z.object(...).
Tool handlers can now return a plain object instead of a full ToolResult.
The result is automatically serialized to text and set as structuredContent.
Returning a ToolResult (with a content array) continues to work as before.