Skip to content

toToolkitManifest

function toToolkitManifest(config: ToolkitConfig): Record<string, unknown>;

The manifest half of a toolkit, as the JSON a catalog commits.

tools, auth and the handlers are left out: a manifest describes what the toolkit IS, and the tool list is read from the deployed server itself.

ParameterTypeDescription
configToolkitConfigThe toolkit configuration.

Record<string, unknown>

The manifest fields, plus the generated marker.