Boots an MCP server, binds the workflow tools, and listens on stdio; resolves
once the transport connects (the process then stays alive on the open streams).
Org-authed: boot config is just the org token — no project, dataset, resource, or
tag. Every tool call names its own workflow environment (workflow_resource + tag),
and the host builds/caches one engine per distinct environment for the process's life.
Kept as its own package entry, not inline in bin/, so both the published bin and the
dev entry share one boot path, and the MCP transport deps stay out of the library's . entry.
Boots an MCP server, binds the workflow tools, and listens on stdio; resolves once the transport connects (the process then stays alive on the open streams).
Org-authed: boot config is just the org token — no project, dataset, resource, or tag. Every tool call names its own workflow environment (
workflow_resource+tag), and the host builds/caches one engine per distinct environment for the process's life. Kept as its own package entry, not inline inbin/, so both the published bin and the dev entry share one boot path, and the MCP transport deps stay out of the library's.entry.