toggle menu
http4k
6.15.1.0
jvm
switch theme
search in API
http4k-ai-mcp-client
/
org.http4k.ai.llm.tools
/
McpLLMTools
Mcp
LLMTools
class
McpLLMTools
(
client
:
McpClient
)
:
LLMTools
Tools implementation for the MCP protocol.
Members
Constructors
Mcp
LLMTools
Link copied to clipboard
constructor
(
client
:
McpClient
)
Functions
invoke
Link copied to clipboard
open
operator override
fun
invoke
(
request
:
ToolRequest
)
:
Result
<
ToolResponse
,
LLMError
>
list
Link copied to clipboard
open
override
fun
list
(
)
:
Result
<
List
<
LLMTool
>
,
LLMError.Internal
>