McpLLMTools

class McpLLMTools(client: McpClient) : LLMTools

Tools implementation for the MCP protocol.

Constructors

Link copied to clipboard
constructor(client: McpClient)

Functions

Link copied to clipboard
open operator override fun invoke(request: ToolRequest): Result<ToolResponse, LLMError>
Link copied to clipboard
open override fun list(): Result<List<LLMTool>, LLMError.Internal>