MCPcopy Index your code
hub / github.com/callstack/agent-device / booleanSchema

Function booleanSchema

src/commands/command-input.ts:103–105  ·  view source on GitHub ↗
(description?: string)

Source from the content-addressed store, hash-verified

101}
102
103export function booleanSchema(description?: string): JsonSchema {
104 return { type: 'boolean', ...(description ? { description } : {}) };
105}
106
107function stringArraySchema(description?: string): JsonSchema {
108 return {

Callers 3

app.tsFile · 0.90
booleanFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected