Interfaces
ServerToolEntry
Interface: ServerToolEntry
Defined in: src/core/toolContract.ts:38
A server-catalog entry — the shape of one item from GET /tools.
Properties
inputSchema?
readonlyoptionalinputSchema?:object
Defined in: src/core/toolContract.ts:40
properties?
readonlyoptionalproperties?:Readonly<Record<string,unknown>>
required?
readonlyoptionalrequired?: readonlystring[]
name
readonlyname:string
Defined in: src/core/toolContract.ts:39
