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
Bug description CallToolResult#structuredContent is typed as Map<String, Object>, preventing structured responses like List<DomainObject> or DomainObject[].
Environment
Affects: 0.12.x, 0.13.x
Breaking Change: Yes
Expected behavior
Support all valid JSON response types including arrays and lists.