UNPKG

@kya-os/mcp-i

Version:

COMING SOON:Production-ready MCP Identity with automatic registration, key rotation, and optimized performance

15 lines 486 B
/** * Development Helper for MCP-I Package * * Provides additional developer experience improvements for local development */ import { MCPIdentity } from './index'; /** * Enhanced development experience with helpful logging and tips */ export declare function initWithDevExperience(options?: any): Promise<MCPIdentity>; /** * Quick agent status check for debugging */ export declare function showAgentStatus(identity: MCPIdentity): void; //# sourceMappingURL=dev-helper.d.ts.map