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-testing
/
org.http4k.ai.mcp.apps
Package-level
declarations
Types
Functions
Types
Mcp
Apps
Link copied to clipboard
class
McpApps
(
clients
:
List
<
McpClient
>
)
Facade to interact with MCP apps.
Mcp
Server
Result
Link copied to clipboard
sealed
interface
McpServerResult
<
out
T
>
Resource
Response
Link copied to clipboard
data
class
ResourceResponse
(
val
content
:
String
,
val
csp
:
Csp
?
)
Functions
Mcp
Apps
Host
Link copied to clipboard
fun
McpAppsHost
(
vararg
clients
:
McpClientFactory
)
:
RoutingHttpHandler
Basic MCP App host.