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 9236eb1 commit a2ac20cCopy full SHA for a2ac20c
docs/specification/2025-03-26/server/prompts.md
@@ -31,9 +31,15 @@ model.
31
Servers that support prompts **MUST** declare the `prompts` capability during
32
[initialization]({{< ref "../basic/lifecycle#initialization" >}}):
33
34
-/draft`json { "capabilities": { "prompts": { "listChanged": true } } }
35
-
36
-````
+```json
+{
+ "capabilities": {
37
+ "prompts": {
38
+ "listChanged": true
39
+ }
40
41
+}
42
+```
43
44
`listChanged` indicates whether the server will emit notifications when the list of
45
available prompts changes.
0 commit comments