Skip to content

Commit 30c5b6e

Browse files
committed
fix: formatting
1 parent 11624b2 commit 30c5b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/strands/tools/mcp/mcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def _handle_tool_result(self, tool_use_id: str, call_tool_result: MCPCallToolRes
275275
content=mapped_content,
276276
)
277277
if call_tool_result.structuredContent:
278-
result.structuredContent = call_tool_result.structuredContent
278+
result["structuredContent"] = call_tool_result.structuredContent
279279

280280
return result
281281

0 commit comments

Comments
 (0)