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-06-18/server/prompts.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,9 @@ Messages in a prompt can contain:
187
187
-`content`: One of the following content types:
188
188
189
189
<Note>
190
-
All content types in prompt messages support optional [annotations](/specification/2025-06-18/server/resources#annotations) for metadata about audience, priority, and modification times.
190
+
All content types in prompt messages support optional
191
+
[annotations](/specification/2025-06-18/server/resources#annotations) for
192
+
metadata about audience, priority, and modification times.
Copy file name to clipboardExpand all lines: docs/specification/2025-06-18/server/tools.mdx
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,10 @@ Tool results may contain [**structured**](#structured-content) or **unstructured
204
204
**Unstructured** content is returned in the `content` field of a result, and can contain multiple content items of different types:
205
205
206
206
<Note>
207
-
All content types (text, image, audio, resource links, and embedded resources) support optional [annotations](resources#annotations) that provide metadata about audience, priority, and modification times. This is the same annotation format used by resources and prompts.
207
+
All content types (text, image, audio, resource links, and embedded resources)
208
+
support optional [annotations](/specification/2025-06-18/server/resources#annotations) that provide metadata
209
+
about audience, priority, and modification times. This is the same annotation
210
+
format used by resources and prompts.
208
211
</Note>
209
212
210
213
#### Text Content
@@ -262,8 +265,7 @@ or data. In this case, the tool will return a URI that can be subscribed to or f
262
265
}
263
266
```
264
267
265
-
Resource links support the same [Resource annotations](resources#annotations) as regular resources to help clients understand how to use them.
266
-
268
+
Resource links support the same [Resource annotations](/specification/2025-06-18/server/resources#annotations) as regular resources to help clients understand how to use them.
267
269
268
270
<Info>
269
271
Resource links returned by tools are not guaranteed to appear in the results
@@ -284,16 +286,15 @@ or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers t
Embedded resources support the same [Resource annotations](resources#annotations) as regular resources to help clients understand how to use them.
297
+
Embedded resources support the same [Resource annotations](/specification/2025-06-18/server/resources#annotations) as regular resources to help clients understand how to use them.
Copy file name to clipboardExpand all lines: docs/specification/draft/server/prompts.mdx
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,7 +187,9 @@ Messages in a prompt can contain:
187
187
-`content`: One of the following content types:
188
188
189
189
<Note>
190
-
All content types in prompt messages support optional [annotations](/specification/2025-06-18/server/resources#annotations) for metadata about audience, priority, and modification times.
190
+
All content types in prompt messages support optional
191
+
[annotations](/specification/2025-06-18/server/resources#annotations) for
192
+
metadata about audience, priority, and modification times.
Copy file name to clipboardExpand all lines: docs/specification/draft/server/tools.mdx
+9-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,10 @@ Tool results may contain [**structured**](#structured-content) or **unstructured
204
204
**Unstructured** content is returned in the `content` field of a result, and can contain multiple content items of different types:
205
205
206
206
<Note>
207
-
All content types (text, image, audio, resource links, and embedded resources) support optional [annotations](resources#annotations) that provide metadata about audience, priority, and modification times. This is the same annotation format used by resources and prompts.
207
+
All content types (text, image, audio, resource links, and embedded resources)
208
+
support optional [annotations](/specification/draft/server/resources#annotations) that provide metadata
209
+
about audience, priority, and modification times. This is the same annotation
210
+
format used by resources and prompts.
208
211
</Note>
209
212
210
213
#### Text Content
@@ -226,7 +229,7 @@ All content types (text, image, audio, resource links, and embedded resources) s
226
229
"annotations": {
227
230
"audience": ["user"],
228
231
"priority": 0.9
229
-
}
232
+
}
230
233
}
231
234
```
232
235
@@ -255,8 +258,7 @@ or data. In this case, the tool will return a URI that can be subscribed to or f
255
258
}
256
259
```
257
260
258
-
Resource links support the same [Resource annotations](resources#annotations) as regular resources to help clients understand how to use them.
259
-
261
+
Resource links support the same [Resource annotations](/specification/draft/server/resources#annotations) as regular resources to help clients understand how to use them.
260
262
261
263
<Info>
262
264
Resource links returned by tools are not guaranteed to appear in the results
@@ -277,15 +279,15 @@ or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers t
Embedded resources support the same [Resource annotations](resources#annotations) as regular resources to help clients understand how to use them.
290
+
Embedded resources support the same [Resource annotations](/specification/draft/server/resources#annotations) as regular resources to help clients understand how to use them.
0 commit comments