toggle menu
http4k
6.15.0.1
jvm
switch theme
search in API
http4k-ai-mcp-core
/
org.http4k.ai.mcp.protocol
/
VersionedMcpEntity
Versioned
Mcp
Entity
@
JsonSerializable
data
class
VersionedMcpEntity
(
val
name
:
McpEntity
,
val
version
:
Version
,
val
title
:
String
?
=
null
)
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
,
title
:
String
?
=
null
)
constructor
(
name
:
McpEntity
,
version
:
Version
,
title
:
String
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
McpEntity
title
Link copied to clipboard
val
title
:
String
?
=
null
version
Link copied to clipboard
val
version
:
Version