feat(wizard): streamline custom model onboarding

This commit is contained in:
fdc310
2026-08-25 19:33:36 +08:00
parent 6b60ad1678
commit 7f29d51c69
13 changed files with 838 additions and 43 deletions
+2
View File
@@ -75,6 +75,8 @@ shape as the corresponding HTTP API request body. Discover resources with the
`list_*` / `get_*` tools before mutating; identifiers are UUIDs. Reads require
`resource.view`; mutations require `resource.manage`. All service calls inherit
the immutable Workspace context authenticated at the MCP transport boundary.
Pass `is_default: true` to `create_pipeline` only when the Workspace does not
already have a default pipeline.
## How to use