Skip to content

@maxhealth.tech/prefab / mcp / McpNumberSchema

Type Alias: McpNumberSchema

ts
type McpNumberSchema = object;

Defined in: mcp/types.ts:188

Properties

type

ts
type: "number" | "integer";

Defined in: mcp/types.ts:189


title?

ts
optional title?: string;

Defined in: mcp/types.ts:190


description?

ts
optional description?: string;

Defined in: mcp/types.ts:191


minimum?

ts
optional minimum?: number;

Defined in: mcp/types.ts:192


maximum?

ts
optional maximum?: number;

Defined in: mcp/types.ts:193


default?

ts
optional default?: number;

Defined in: mcp/types.ts:194

Released under the MIT License.