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-sdk
/
org.http4k.ai.mcp.server.protocol
/
McpFilter
Mcp
Filter
fun
interface
McpFilter
:
Function1
<
McpHandler
,
McpHandler
>
(
source
)
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
Functions
invoke
Link copied to clipboard
abstract
operator
fun
invoke
(
p1
:
McpHandler
)
:
McpHandler
then
Link copied to clipboard
fun
McpFilter
.
then
(
next
:
McpHandler
)
:
McpHandler
fun
McpFilter
.
then
(
next
:
McpFilter
)
:
McpFilter