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.mcp
/
McpFieldView
Mcp
Field
View
data
class
McpFieldView
(
val
name
:
String
,
val
description
:
String
,
val
required
:
Boolean
,
val
type
:
String
,
val
enumValues
:
List
<
String
>
,
val
defaultValue
:
String
)
(
source
)
Members
Constructors
Mcp
Field
View
Link copied to clipboard
constructor
(
name
:
String
,
description
:
String
,
required
:
Boolean
,
type
:
String
,
enumValues
:
List
<
String
>
,
defaultValue
:
String
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
String
description
Link copied to clipboard
val
description
:
String
enum
Values
Link copied to clipboard
val
enumValues
:
List
<
String
>
is
Boolean
Link copied to clipboard
val
isBoolean
:
Boolean
is
Enum
Link copied to clipboard
val
isEnum
:
Boolean
is
Text
Link copied to clipboard
val
isText
:
Boolean
name
Link copied to clipboard
val
name
:
String
required
Link copied to clipboard
val
required
:
Boolean
type
Link copied to clipboard
val
type
:
String