Implementation

@Serializable
data class Implementation(val name: String, val version: String)(source)

Describes the name and version of an MCP implementation.

Constructors

Link copied to clipboard
constructor(name: String, version: String)

Properties

Link copied to clipboard
Link copied to clipboard