lokalise-mcp
Version:
The Lokalise MCP Server brings Lokalise's localization power to Claude and AI assistants—manage projects, keys, and translations by chat.
25 lines (21 loc) • 530 B
text/typescript
/**
* Application constants
*
* This file contains constants used throughout the application.
* Centralizing these values makes them easier to maintain and update.
*/
/**
* Current application version
* This should match the version in package.json
*/
export const VERSION = "1.0.0";
/**
* Package name with scope
* Used for initialization and identification
*/
export const PACKAGE_NAME = "lokalise-mcp";
/**
* CLI command name
* Used for binary name and CLI help text
*/
export const CLI_NAME = "lokalise-mcp";