@kya-os/mcp-i
Version:
The TypeScript MCP framework with identity features built-in
9 lines (8 loc) • 359 B
TypeScript
import { XmcpConfigOuputSchema } from "../config";
import { InjectedVariables } from "../config/injection";
/**
* The XMCP runtime uses variables that are not defined by default.
*
* This utility will define those variables based on the user's config.
*/
export declare function getInjectedVariables(xmcpConfig: XmcpConfigOuputSchema): InjectedVariables;