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) • 288 B
/** * Transport Module Exports * Provides unified access to all transport implementations */ export type { HttpTransportConfig } from "./http.transport.js"; export { initializeHttpTransport } from "./http.transport.js"; export { initializeStdioTransport } from "./stdio.transport.js";