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:
6767
6868### Root List Changes
6969
70- When roots change, clients that support ` listChanged ` MUST send a notification:
70+ When roots change, clients that support ` listChanged ` ** MUST** send a notification:
7171
7272``` json
7373{
@@ -128,7 +128,7 @@ Example roots for different use cases:
128128
129129## Error Handling
130130
131- Clients SHOULD return standard JSON-RPC errors for common failure cases:
131+ Clients ** SHOULD** return standard JSON-RPC errors for common failure cases:
132132
133133- Client does not support roots: ` -32601 ` (Method not found)
134134- 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:
187187 "mimeType" : " image/png"
188188}
189189```
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.
191191
192192#### Embedded Resources
193193Embedded resources allow referencing server-side resources directly in messages:
@@ -202,7 +202,7 @@ Embedded resources allow referencing server-side resources directly in messages:
202202}
203203```
204204
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:
206206- A valid resource URI
207207- The appropriate MIME type
208208- Either text content or base64-encoded blob data
@@ -211,7 +211,7 @@ Embedded resources enable prompts to seamlessly incorporate server-managed conte
211211
212212## Error Handling
213213
214- Servers SHOULD return standard JSON-RPC errors for common failure cases:
214+ Servers ** SHOULD** return standard JSON-RPC errors for common failure cases:
215215
216216- Invalid prompt name: ` -32602 ` (Invalid params)
217217- Missing required arguments: ` -32602 ` (Invalid params)
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ Git version control integration.
293293
294294## Error Handling
295295
296- Servers SHOULD return standard JSON-RPC errors for common failure cases:
296+ Servers ** SHOULD** return standard JSON-RPC errors for common failure cases:
297297
298298- Resource not found: ` -32002 `
299299- Internal errors: ` -32603 `
You can’t perform that action at this time.
0 commit comments