UNPKG

@kya-os/mcp-i

Version:

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

13 lines 281 B
/** * Auto-initialization for MCP Identity * * Just import this file to automatically enable MCP-I for any MCP server: * * ```typescript * import "@kya-os/mcp-i/auto"; * ``` * * That's it! Your MCP server now has identity. */ export {}; //# sourceMappingURL=auto.d.ts.map