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.

12 lines (10 loc) • 495 B
/** * Translations domain barrel exports. * Auto-discovered by the domain registry. */ export { default as translationsCli } from "./translations.cli.js"; export { default as translationsController } from "./translations.controller.js"; export { default as translationsResource } from "./translations.resource.js"; export { translationsService } from "./translations.service.js"; export { default as translationsTool } from "./translations.tool.js"; export * from "./translations.types.js";