File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ To retrieve roots, servers send a `roots/list` request:
67
67
68
68
### Root List Changes
69
69
70
- When roots change, clients that support ` listChanged ` MUST send a notification:
70
+ When roots change, clients that support ` listChanged ` ** MUST** send a notification:
71
71
72
72
``` json
73
73
{
@@ -128,7 +128,7 @@ Example roots for different use cases:
128
128
129
129
## Error Handling
130
130
131
- Clients SHOULD return standard JSON-RPC errors for common failure cases:
131
+ Clients ** SHOULD** return standard JSON-RPC errors for common failure cases:
132
132
133
133
- Client does not support roots: ` -32601 ` (Method not found)
134
134
- Internal errors: ` -32603 `
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
@@ -211,7 +211,7 @@ Embedded resources enable prompts to seamlessly incorporate server-managed conte
211
211
212
212
## Error Handling
213
213
214
- Servers SHOULD return standard JSON-RPC errors for common failure cases:
214
+ Servers ** SHOULD** return standard JSON-RPC errors for common failure cases:
215
215
216
216
- Invalid prompt name: ` -32602 ` (Invalid params)
217
217
- Missing required arguments: ` -32602 ` (Invalid params)
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Git version control integration.
293
293
294
294
## Error Handling
295
295
296
- Servers SHOULD return standard JSON-RPC errors for common failure cases:
296
+ Servers ** SHOULD** return standard JSON-RPC errors for common failure cases:
297
297
298
298
- Resource not found: ` -32002 `
299
299
- Internal errors: ` -32603 `
You can’t perform that action at this time.
0 commit comments