UNPKG

@kya-os/mcp-bri

Version:

Give your MCP server cryptographic identity in 2 lines of code

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