File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/specification/server Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ Image content allows including visual information in messages:
187
187
"mimeType" : " image/png"
188
188
}
189
189
```
190
- The image data MUST be base64-encoded and include a valid MIME type. This enables multi-modal interactions where visual context is important.
190
+ The image data ** MUST** be base64-encoded and include a valid MIME type. This enables multi-modal interactions where visual context is important.
191
191
192
192
#### Embedded Resources
193
193
Embedded resources allow referencing server-side resources directly in messages:
@@ -202,7 +202,7 @@ Embedded resources allow referencing server-side resources directly in messages:
202
202
}
203
203
```
204
204
205
- Resources can contain either text or binary (blob) data and MUST include:
205
+ Resources can contain either text or binary (blob) data and ** MUST** include:
206
206
- A valid resource URI
207
207
- The appropriate MIME type
208
208
- Either text content or base64-encoded blob data
You can’t perform that action at this time.
0 commit comments