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 4549250 commit 5b875aaCopy full SHA for 5b875aa
README.md
@@ -11,6 +11,7 @@
11
- [Resources](#resources)
12
- [Tools](#tools)
13
- [Prompts](#prompts)
14
+ - [Completions](#completions)
15
- [Running Your Server](#running-your-server)
16
- [stdio](#stdio)
17
- [Streamable HTTP](#streamable-http)
@@ -897,17 +898,6 @@ const result = await client.callTool({
897
898
}
899
});
900
-// Request completions
901
-const completions = await client.complete({
902
- ref: {
903
- type: "ref/prompt",
904
- name: "example-prompt"
905
- },
906
- argument: {
907
- name: "arg1",
908
- value: "partial"
909
- }
910
-});
911
```
912
913
### Proxy Authorization Requests Upstream
0 commit comments