Skip to content

Commit 5b875aa

Browse files
committed
clean up
1 parent 4549250 commit 5b875aa

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
- [Resources](#resources)
1212
- [Tools](#tools)
1313
- [Prompts](#prompts)
14+
- [Completions](#completions)
1415
- [Running Your Server](#running-your-server)
1516
- [stdio](#stdio)
1617
- [Streamable HTTP](#streamable-http)
@@ -897,17 +898,6 @@ const result = await client.callTool({
897898
}
898899
});
899900

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-
});
911901
```
912902

913903
### Proxy Authorization Requests Upstream

0 commit comments

Comments
 (0)