MCP TypeScript SDK (V2)
V1 Docs
Preparing search index...
@modelcontextprotocol/client
index
BooleanSchemaSchema
Variable BooleanSchemaSchema
Const
BooleanSchemaSchema
:
ZodObject
<
{
default
:
ZodOptional
<
ZodBoolean
>
;
description
:
ZodOptional
<
ZodString
>
;
title
:
ZodOptional
<
ZodString
>
;
type
:
ZodLiteral
<
"boolean"
>
;
}
,
$strip
,
>
= ...
Primitive schema definition for boolean fields.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
V1 Docs
MCP TypeScript SDK (V2)
Loading...
Primitive schema definition for boolean fields.