UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

5 lines (4 loc) 270 B
import { Configuration } from "webpack"; import { XmcpConfigOuputSchema } from "../config"; /** Creates the webpack configuration that xmcp will use to bundle the user's code */ export declare function getWebpackConfig(xmcpConfig: XmcpConfigOuputSchema): Configuration;