UNPKG

@kya-os/cli

Version:

CLI for MCP-I setup and management

4 lines 262 B
import type { DcoSetupResult } from "./setup.js"; /** Human-readable summary of a setup run, shared by `mcpi dco setup` and the register/init funnel. */ export declare function renderSetupResult(result: DcoSetupResult): void; //# sourceMappingURL=render.d.ts.map