UNPKG

lokalise-mcp

Version:

The Lokalise MCP Server brings Lokalise's localization power to Claude and AI assistants—manage projects, keys, and translations by chat.

8 lines (7 loc) • 237 B
/** * Run the CLI with the provided arguments * * @param args Command line arguments to process * @returns Promise that resolves when CLI command execution completes */ export declare function runCli(args: string[]): Promise<void>;