rekor toolsets
Manage MCP Factory toolsets
Subcommands
rekor toolsets upsert <slug>
Create or update an MCP toolset
--name <name>— Toolset display name (required unless using --config)--description <desc>— Toolset description--sql-query— Enable sql_query tool--config <json>— Full toolset config as JSON. A toolset composes first-class Tools by reference — its `tools` are refs {tool: <tool_id>, tool_name?, description_override?}. Create the Tools with `rekor tools upsert` (each carries its own collection, operation, and guard/shaping config: filterable_fields, writable_fields, precondition, binding). Use @file.json to read from file.--mint-token— After upsert, also mint a toolset-bound (consumer) token for this database and print it (handy for sandbox-testing the preview toolset)
rekor toolsets get <slug>
Get a toolset
--resolved— Include resolved collection schemas
rekor toolsets list
List all toolsets
rekor toolsets delete <slug>
Delete a toolset
-y, --yes— Skip confirmation prompt
rekor toolsets url <slug>
Get the MCP connection URL for a toolset