UNPKG

@kya-os/cli

Version:

CLI for MCP-I setup and management

9 lines 265 B
interface StatusOptions { json?: boolean; } /** * Display agent status including DID, key ID, KTA URL, mirror status, and last handshake */ export declare function status(options?: StatusOptions): Promise<void>; export {}; //# sourceMappingURL=status.d.ts.map