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) • 350 B
TypeScript
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
/**
* Register all MCP prompts with the server
* These prompts provide pre-built workflows for common Lokalise operations
* Following Claude 4 best practices with explicit instructions and XML structure
*/
export declare function registerPrompts(server: McpServer): void;