Interface: CompiledCliSurface
The CLI command surface assembled from custom CLI routes and selected projected MCP tools.
Properties
commands?
readonlyoptionalcommands?: readonlyCompiledCliCommand[]
The collision-checked command graph compiled from the route surface;
present only in generated mode. Plain (.ts) routes execute directly;
rendered (.tsx) routes render through the dispatcher.
mode
readonlymode:CompiledCliMode
routes
readonlyroutes: readonlyCompiledAgentRoute[]
Backing routes for every compiled command; empty when conventional mode omits them.