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) • 426 B
export { default as teamusersCli } from "./teamusers.cli.js"; export * as teamusersController from "./teamusers.controller.js"; export * as teamusersFormatter from "./teamusers.formatter.js"; export { default as teamusersResource } from "./teamusers.resource.js"; export * as teamusersService from "./teamusers.service.js"; export { default as teamusersTool } from "./teamusers.tool.js"; export * from "./teamusers.types.js";