File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -273,8 +273,7 @@ or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers t
273
273
274
274
** Structured** content is returned as a JSON object in the ` structuredContent ` field of a result.
275
275
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.
278
277
279
278
#### Output Schema
280
279
Original file line number Diff line number Diff line change @@ -273,8 +273,7 @@ or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers t
273
273
274
274
** Structured** content is returned as a JSON object in the ` structuredContent ` field of a result.
275
275
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.
278
277
279
278
#### Output Schema
280
279
You can’t perform that action at this time.
0 commit comments