Skip to content

Commit a2ac20c

Browse files
Fix malformed prompt capabilities section
1 parent 9236eb1 commit a2ac20c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

docs/specification/2025-03-26/server/prompts.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,15 @@ model.
3131
Servers that support prompts **MUST** declare the `prompts` capability during
3232
[initialization]({{< ref "../basic/lifecycle#initialization" >}}):
3333

34-
/draft`json { "capabilities": { "prompts": { "listChanged": true } } }
35-
36-
````
34+
```json
35+
{
36+
"capabilities": {
37+
"prompts": {
38+
"listChanged": true
39+
}
40+
}
41+
}
42+
```
3743

3844
`listChanged` indicates whether the server will emit notifications when the list of
3945
available prompts changes.

0 commit comments

Comments
 (0)