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-client
/
org.http4k.ai.mcp.client
/
McpClient
/
Resources
Resources
interface
Resources
(
source
)
List and interact with Resources provided by this MCP server
Members
Functions
list
Link copied to clipboard
abstract
fun
list
(
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
List
<
McpResource
>
>
list
Templates
Link copied to clipboard
abstract
fun
listTemplates
(
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
List
<
McpResource
>
>
on
Change
Link copied to clipboard
abstract
fun
onChange
(
fn
:
(
)
->
Unit
)
read
Link copied to clipboard
abstract
fun
read
(
request
:
ResourceRequest
,
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
ResourceResponse
>
subscribe
Link copied to clipboard
abstract
fun
subscribe
(
uri
:
Uri
,
fn
:
(
)
->
Unit
)
unsubscribe
Link copied to clipboard
abstract
fun
unsubscribe
(
uri
:
Uri
)