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?

readonly optional inputSchema?: object

Defined in: src/core/toolContract.ts:40

properties?

readonly optional properties?: Readonly<Record<string, unknown>>

required?

readonly optional required?: readonly string[]


name

readonly name: string

Defined in: src/core/toolContract.ts:39

On this page