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.
2 parents 3ba3181 + 957c708 commit 7251679Copy full SHA for 7251679
docs/specification/2025-03-26/server/prompts.md
@@ -31,9 +31,16 @@ 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
+{
37
+ "capabilities": {
38
+ "prompts": {
39
+ "listChanged": true
40
+ }
41
42
+}
43
+```
44
45
`listChanged` indicates whether the server will emit notifications when the list of
46
available prompts changes.
@@ -56,7 +63,7 @@ supports [pagination]({{< ref "utilities/pagination" >}}).
56
63
"cursor": "optional-cursor-value"
57
64
}
58
65
59
66
60
67
61
68
**Response:**
62
69
0 commit comments