Skip to content

Commit 6e3211a

Browse files
committed
update wording for use of embedded resources within tools
1 parent 99477d6 commit 6e3211a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/specification/2025-03-26/server/tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ Tool results can contain multiple content items of different types:
221221

222222
#### Embedded Resources
223223

224-
[Resources](/specification/2025-03-26/server/resources) **MAY** be embedded, to provide additional context
225-
or data, behind a URI that can be subscribed to or fetched again by the client later:
224+
[Resources](/specification/2025-03-26/server/resources) **MAY** be embedded to provide additional context
225+
or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers that use embedded resources **SHOULD** implement the `resources` capability:
226226

227227
```json
228228
{

docs/specification/draft/server/tools.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,8 @@ Tool results can contain multiple content items of different types:
221221

222222
#### Embedded Resources
223223

224-
[Resources](/specification/draft/server/resources) **MAY** be embedded, to provide additional context
225-
or data, behind a URI that can be subscribed to or fetched again by the client later:
224+
[Resources](/specification/2025-03-26/server/resources) **MAY** be embedded to provide additional context
225+
or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers that use embedded resources **SHOULD** implement the `resources` capability:
226226

227227
```json
228228
{

0 commit comments

Comments
 (0)