Client

interface Client

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun progress(progress: Int, total: Double? = null, description: String? = null)
Link copied to clipboard
abstract fun sample(request: SamplingRequest, fetchNextTimeout: Duration? = null): Sequence<McpResult<SamplingResponse>>