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.

10 lines (9 loc) • 346 B
#!/usr/bin/env node /** * Lokalise MCP Server Entry Point * * This is the main entry point for the Lokalise MCP server. * It handles both CLI and server modes with STDIO or HTTP transport. */ export type { ServerStartResult, TransportMode } from "./server/server.js"; export { getTransportMode, initializeServer } from "./server/server.js";