Skip to content

Commit 7251679

Browse files
authored
Merge pull request modelcontextprotocol#260 from codescept/patch-1
Fix markdown formatting issue in prompts.md
2 parents 3ba3181 + 957c708 commit 7251679

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

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

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,16 @@ 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 } } }
3534

36-
````
35+
```json
36+
{
37+
"capabilities": {
38+
"prompts": {
39+
"listChanged": true
40+
}
41+
}
42+
}
43+
```
3744

3845
`listChanged` indicates whether the server will emit notifications when the list of
3946
available prompts changes.
@@ -56,7 +63,7 @@ supports [pagination]({{< ref "utilities/pagination" >}}).
5663
"cursor": "optional-cursor-value"
5764
}
5865
}
59-
````
66+
```
6067

6168
**Response:**
6269

0 commit comments

Comments
 (0)