UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

10 lines (9 loc) 292 B
import { type XmcpConfigOuputSchema } from "./config"; /** * Parse and validate xmcp config file */ export declare function getConfig(): Promise<XmcpConfigOuputSchema>; /** * Read config from file or return default */ export declare function readConfig(): Promise<XmcpConfigOuputSchema>;