MCPcopy Create free account
hub / github.com/CheMiguel23/MemoryMesh / ToolSchema

Interface ToolSchema

src/shared/types/tools.ts:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4 * Schema definition for tool parameters
5 */
6export interface ToolSchema {
7 type: string;
8 properties: Record<string, SchemaProperty>;
9 required?: string[];
10}
11
12/**
13 * Property definition in a tool schema

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected