@kya-os/create-mcp-i-app
Version:
Bootstrap MCP applications with identity features (temporary - use @kya-os/create-mcpi-app after Oct 7)
14 lines • 717 B
TypeScript
import { BlackholeEffect, EffectRunner, createSuccessBox, createWelcomeBanner, createGradientText } from "@kya-os/cli-effects";
export { BlackholeEffect, EffectRunner, createSuccessBox, createWelcomeBanner, createGradientText };
export declare function showBlackholeAnimation(text: string, options?: any, skipExitPrompt?: boolean): Promise<void>;
export declare function createSuccessMessage(claimUrl?: string): string;
export declare function createKYAOSBanner(): Promise<string>;
export declare function createIdentityTable(data: {
agentName: string;
description: string;
did: string;
profileUrl: string;
privateKey: string;
claimUrl?: string;
}): string;
//# sourceMappingURL=index.d.ts.map