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
/
Implementation
Implementation
@
Serializable
data
class
Implementation
(
val
name
:
String
,
val
version
:
String
)
(
source
)
Describes the name and version of an MCP implementation.
Members
Constructors
Implementation
Link copied to clipboard
constructor
(
name
:
String
,
version
:
String
)
Properties
name
Link copied to clipboard
val
name
:
String
version
Link copied to clipboard
val
version
:
String