UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

9 lines (8 loc) 266 B
import { Compiler } from "webpack"; export declare const runtimeFiles: Record<string, string>; export declare class InjectRuntimePlugin { apply(compiler: Compiler): void; } export declare class CreateTypeDefinitionPlugin { apply(compiler: Compiler): void; }