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.

7 lines (6 loc) • 224 B
/** * Transport Module Exports * Provides unified access to all transport implementations */ export { initializeHttpTransport } from "./http.transport.js"; export { initializeStdioTransport } from "./stdio.transport.js";