http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ai-mcp-sdk
/
org.http4k.ai.mcp.server.protocol
/
ClientTracking
Client
Tracking
class
ClientTracking
(
initialize
:
McpInitialize.Request.Params
)
(
source
)
Members
Constructors
Client
Tracking
Link copied to clipboard
constructor
(
initialize
:
McpInitialize.Request.Params
)
Properties
protocol
Version
Link copied to clipboard
val
protocolVersion
:
ProtocolVersion
supports
Elicitation
Link copied to clipboard
val
supportsElicitation
:
Boolean
supports
Roots
Link copied to clipboard
val
supportsRoots
:
Boolean
supports
Sampling
Link copied to clipboard
val
supportsSampling
:
Boolean
supports
Tasks
Link copied to clipboard
val
supportsTasks
:
Boolean
Functions
process
Result
Link copied to clipboard
fun
processResult
(
id
:
McpMessageId
,
result
:
McpNodeType
)
track
Request
Link copied to clipboard
fun
trackRequest
(
id
:
McpMessageId
,
callback
:
(
McpNodeType
)
->
CompletionStatus
)