@modelcontextprotocol/sdk
Preparing search index...
spec.types
CompleteRequest
Interface CompleteRequest
A request from the client to the server, to ask for completion options.
interface
CompleteRequest
{
id
:
RequestId
;
jsonrpc
:
"2.0"
;
method
:
"completion/complete"
;
params
:
CompleteRequestParams
;
}
Hierarchy (
View Summary
)
JSONRPCRequest
CompleteRequest
Index
Properties
id
jsonrpc
method
params
Properties
id
id
:
RequestId
jsonrpc
jsonrpc
:
"2.0"
method
method
:
"completion/complete"
params
params
:
CompleteRequestParams
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
jsonrpc
method
params
@modelcontextprotocol/sdk
Loading...
A request from the client to the server, to ask for completion options.