Skip to content

@maxhealth.tech/prefab / mcp / McpRestrictedSchema

Type Alias: McpRestrictedSchema

ts
type McpRestrictedSchema = object;

Defined in: mcp/types.ts:232

The flat object schema an elicitation/create request asks the client to fill.

Properties

type

ts
type: "object";

Defined in: mcp/types.ts:233


properties

ts
properties: Record<string, McpPrimitiveSchema>;

Defined in: mcp/types.ts:234


required?

ts
optional required?: string[];

Defined in: mcp/types.ts:235

Released under the MIT License.