toggle menu
MCP Kotlin SDK
1.0-SNAPSHOT
jvm
switch theme
search in API
MCP Kotlin SDK
/
org.jetbrains.kotlinx.mcp
/
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