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
/
Prompts
Prompts
interface
Prompts
(
source
)
List and generate Prompts provided by this MCP server
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
)