toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-mcp-client
/
org.http4k.mcp.client
/
McpClient
/
Prompts
Prompts
interface
Prompts
List and generate Prompts provided by this MCP server
Inheritors
TestingPrompts
Members
Functions
get
Link copied to clipboard
abstract
fun
get
(
name
:
PromptName
,
request
:
PromptRequest
,
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
PromptResponse
>
list
Link copied to clipboard
abstract
fun
list
(
overrideDefaultTimeout
:
Duration
?
=
null
)
:
McpResult
<
List
<
McpPrompt
>
>
on
Change
Link copied to clipboard
abstract
fun
onChange
(
fn
:
(
)
->
Unit
)