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.
Parameters
Section titled “Parameters”| Parameter | Type | Description |
|---|---|---|
config | ToolkitConfig | The toolkit configuration. |
Returns
Section titled “Returns”Record<string, unknown>
The manifest fields, plus the generated marker.