UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

8 lines (7 loc) 278 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.yellowArrow = exports.xmcpLogo = exports.greenCheck = void 0; // Simplified - remove chalk styling for now exports.greenCheck = "✔"; exports.xmcpLogo = " XMCP "; exports.yellowArrow = "→";