http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-wiretap
/
org.http4k.wiretap
/
WiretapMcpServerOptions
Wiretap
Mcp
Server
Options
data
class
WiretapMcpServerOptions
(
val
security
:
McpSecurity
,
val
path
:
String
)
(
source
)
Options for configuring the Wiretap MCP server. Defaults to NoMcpSecurity and "/mcp" path
Members
Constructors
Wiretap
Mcp
Server
Options
Link copied to clipboard
constructor
(
security
:
McpSecurity
,
path
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
path
Link copied to clipboard
val
path
:
String
security
Link copied to clipboard
val
security
:
McpSecurity