lokalise-mcp
Version:
The Lokalise MCP Server brings Lokalise's localization power to Claude and AI assistants—manage projects, keys, and translations by chat.
10 lines (9 loc) • 374 B
TypeScript
import { LokaliseApi } from "@lokalise/node-api";
/**
* Gets or creates the Lokalise API instance.
* This is a singleton instance.
* It will load configuration and check for the API key on first call.
* @returns The initialized LokaliseApi instance.
* @throws {McpError} if LOKALISE_API_KEY is not configured.
*/
export declare function getLokaliseApi(): LokaliseApi;