Skip to content

Commit 85fe3a9

Browse files
committed
Resources support completion
1 parent eb51db0 commit 85fe3a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/specification/server/prompts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To retrieve available prompts, clients send a `prompts/list` request. This opera
8080

8181
### Getting a Prompt
8282

83-
To retrieve a specific prompt, clients send a `prompts/get` request. Arguments may be auto-completed through [the completion API]({{< ref "/specification/server/utilities/completion" >}})):
83+
To retrieve a specific prompt, clients send a `prompts/get` request. Arguments may be auto-completed through [the completion API]({{< ref "/specification/server/utilities/completion" >}}).
8484

8585
**Request:**
8686
```json

docs/specification/server/resources.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ To retrieve resource contents, clients send a `resources/read` request:
144144

145145
### Resource Templates
146146

147-
Resource templates allow servers to expose parameterized resources using [URI templates](https://datatracker.ietf.org/doc/html/rfc6570):
147+
Resource templates allow servers to expose parameterized resources using [URI templates](https://datatracker.ietf.org/doc/html/rfc6570). Arguments may be auto-completed through [the completion API]({{< ref "/specification/server/utilities/completion" >}}).
148148

149149
**Request:**
150150
```json

0 commit comments

Comments
 (0)