Skip to content

@maxhealth.tech/prefab / mcp / McpBooleanSchema

Type Alias: McpBooleanSchema

ts
type McpBooleanSchema = object;

Defined in: mcp/types.ts:197

Properties

type

ts
type: "boolean";

Defined in: mcp/types.ts:198


title?

ts
optional title?: string;

Defined in: mcp/types.ts:199


description?

ts
optional description?: string;

Defined in: mcp/types.ts:200


default?

ts
optional default?: boolean;

Defined in: mcp/types.ts:201

Released under the MIT License.