@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
11 lines (10 loc) • 419 B
TypeScript
import { Platform } from "../installSkills/index.js";
//#region src/installMCP/installMCP.d.ts
type MCPTransport = 'stdio' | 'sse';
/**
* Installs the Intlayer MCP server configuration for a specific platform.
*/
declare const installMCP: (projectRoot: string, platform: Platform, transport: MCPTransport) => Promise<string>;
//#endregion
export { MCPTransport, installMCP };
//# sourceMappingURL=installMCP.d.ts.map