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
/
CompleteResult
/
CompletionData
Completion
Data
@
Serializable
data
class
CompletionData
(
val
values
:
List
<
String
>
,
val
total
:
Int
?
=
null
,
val
hasMore
:
Boolean
?
=
null
)
Members
Constructors
Completion
Data
Link copied to clipboard
constructor
(
values
:
List
<
String
>
,
total
:
Int
?
=
null
,
hasMore
:
Boolean
?
=
null
)
Properties
has
More
Link copied to clipboard
val
hasMore
:
Boolean
?
total
Link copied to clipboard
val
total
:
Int
?
values
Link copied to clipboard
val
values
:
List
<
String
>