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) • 296 B
import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; /** * Register all MCP prompts with the server * This is the main entry point for prompt registration */ export declare function registerAllPrompts(server: McpServer): Promise<void>; export * from "./prompts.types.js";