Skip to content

Commit 2a6e589

Browse files
committed
chore: simplify changeset file per reviewer feedback
Remove Notes section and keep changeset more concise as suggested in PR review.
1 parent 0d0dea2 commit 2a6e589

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.changeset/mcp-structured-content.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,3 @@ feat(mcp): add structuredContent support behind `useStructuredContent`; return f
77
- `MCPServer#callTool` now returns the full `CallToolResult` (was `content[]`), exposing optional `structuredContent`.
88
- Add `useStructuredContent` option to MCP servers (stdio/streamable-http/SSE), default `false` to avoid duplicate data by default.
99
- When enabled, function tool outputs include `structuredContent` (or return it alone when no `content`).
10-
11-
Notes
12-
13-
- Type-only breaking change for direct `callTool` consumers: use `result.content` where arrays were expected.
14-
- Behavior matches Python SDK feature (openai-agents-python#1150) while keeping JS outputs ergonomic (objects/arrays, no JSON stringify/parse overhead).

0 commit comments

Comments
 (0)