toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-client
/
org.http4k.mcp.client
/
McpClient
/
Tools
Tools
interface
Tools
List and interact with Tools provided by this MCP server
Inheritors
TestingTools
Members
Functions
call
Link copied to clipboard
abstract
fun
call
(
name
:
ToolName
,
request
:
ToolRequest
=
ToolRequest()
,
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
ToolResponse
>
list
Link copied to clipboard
abstract
fun
list
(
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
List
<
McpTool
>
>
on
Change
Link copied to clipboard
abstract
fun
onChange
(
fn
:
(
)
->
Unit
)