mcp4k
Toggle table of contents
0.4.8
common
Target filter
common
Switch theme
Search in API
Skip to content
mcp4k
mcp4k-runtime
/
sh.ondr.mcp4k.schema.completion
/
CompleteRequest
/
CompleteParams
Complete
Params
@
Serializable
data
class
CompleteParams
(
val
ref
:
CompleteRef
,
val
argument
:
CompleteRequest.CompleteParams.Argument
,
val
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Members
Constructors
Complete
Params
Link copied to clipboard
constructor
(
ref
:
CompleteRef
,
argument
:
CompleteRequest.CompleteParams.Argument
,
_meta
:
Map
<
String
,
JsonElement
>
?
=
null
)
Types
Argument
Link copied to clipboard
@
Serializable
data
class
Argument
(
val
name
:
String
,
val
value
:
String
)
Properties
_
meta
Link copied to clipboard
val
_meta
:
Map
<
String
,
JsonElement
>
?
argument
Link copied to clipboard
val
argument
:
CompleteRequest.CompleteParams.Argument
ref
Link copied to clipboard
val
ref
:
CompleteRef