Skip to main content

Interface: JsonSchemaProperty

Defined in: types.ts:8

A single JSON Schema property descriptor as emitted for a tool's inputSchema. Only the subset of JSON Schema the generator produces is modelled here; the value is forwarded verbatim over the MCP wire protocol.

Properties

description?

optional description?: string

Defined in: types.ts:17


items?

optional items?: unknown

Defined in: types.ts:18


type

type: "string" | "number" | "boolean" | "object" | "array" | "integer" | "null"

Defined in: types.ts:9