We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb5fdd2 commit aa47514Copy full SHA for aa47514
docs/specification/client/roots.md
@@ -67,7 +67,7 @@ To retrieve roots, servers send a `roots/list` request:
67
68
### Root List Changes
69
70
-When roots change, clients that support `listChanged` MUST send a notification:
+When roots change, clients that support `listChanged` **MUST** send a notification:
71
72
```json
73
{
@@ -128,7 +128,7 @@ Example roots for different use cases:
128
129
## Error Handling
130
131
-Clients SHOULD return standard JSON-RPC errors for common failure cases:
+Clients **SHOULD** return standard JSON-RPC errors for common failure cases:
132
133
- Client does not support roots: `-32601` (Method not found)
134
- Internal errors: `-32603`
0 commit comments