UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

4 lines (3 loc) 198 B
import { XmcpConfigOuputSchema } from "../config"; /** Get what packages are gonna be built by xmcp */ export declare function getEntries(xmcpConfig: XmcpConfigOuputSchema): Record<string, string>;