You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/specification/2025-03-26/server/tools.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,8 @@ Tool results can contain multiple content items of different types:
221
221
222
222
#### Embedded Resources
223
223
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:
Copy file name to clipboardExpand all lines: docs/specification/draft/server/tools.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -221,8 +221,8 @@ Tool results can contain multiple content items of different types:
221
221
222
222
#### Embedded Resources
223
223
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:
0 commit comments