MCP Kotlin SDK
Toggle table of contents
0.7.0
common
Platform filter
common
Switch theme
Search in API
MCP Kotlin SDK
kotlin-sdk-core
/
io.modelcontextprotocol.kotlin.sdk
/
CompleteRequest
/
Argument
Argument
@
Serializable
data
class
Argument
(
val
name
:
String
,
val
value
:
String
)
(
source
)
Members
Constructors
Argument
Link copied to clipboard
constructor
(
name
:
String
,
value
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
The name of the argument
value
Link copied to clipboard
val
value
:
String
The value of the argument to use for completion matching.