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.