Skip to content

Commit fd351cd

Browse files
authored
Merge branch 'main' into feature/modelcontextchat-client
2 parents 34f81fc + a41ee18 commit fd351cd

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/specification/2025-06-18/server/tools.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers t
273273

274274
**Structured** content is returned as a JSON object in the `structuredContent` field of a result.
275275

276-
For backwards compatibility, a tool that returns structured content SHOULD also return functionally equivalent unstructured content.
277-
(For example, serialized JSON can be returned in a `TextContent` block.)
276+
For backwards compatibility, a tool that returns structured content SHOULD also return the serialized JSON in a TextContent block.
278277

279278
#### Output Schema
280279

docs/specification/draft/server/tools.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,8 +273,7 @@ or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers t
273273

274274
**Structured** content is returned as a JSON object in the `structuredContent` field of a result.
275275

276-
For backwards compatibility, a tool that returns structured content SHOULD also return functionally equivalent unstructured content.
277-
(For example, serialized JSON can be returned in a `TextContent` block.)
276+
For backwards compatibility, a tool that returns structured content SHOULD also return the serialized JSON in a TextContent block.
278277

279278
#### Output Schema
280279

0 commit comments

Comments
 (0)