Skip to content

Commit 3ecd235

Browse files
authored
Merge pull request modelcontextprotocol#100 from LaurentAjdnik/key_words_font
RFC2119 key words in uppercase and bold
2 parents c84978b + bee7a34 commit 3ecd235

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/specification/client/roots.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`

docs/specification/server/prompts.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
193193
Embedded 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)

docs/specification/server/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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`

0 commit comments

Comments
 (0)