toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-core
/
org.http4k.mcp.protocol
/
VersionedMcpEntity
Versioned
Mcp
Entity
@
JsonSerializable
data
class
VersionedMcpEntity
(
val
name
:
McpEntity
,
val
version
:
Version
)
A description of an entity taking part in the MCP protocol - can be a client or a server.
Members
Constructors
Versioned
Mcp
Entity
Link copied to clipboard
constructor
(
name
:
String
,
version
:
String
)
constructor
(
name
:
McpEntity
,
version
:
Version
)
Properties
name
Link copied to clipboard
val
name
:
McpEntity
version
Link copied to clipboard
val
version
:
Version