🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@translatize/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@translatize/mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.2
+1
-1
dist/server.d.ts
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
import type { ResolvedConfig } from "./config.js";
export declare const SERVER_NAME = "translatize";
export declare const SERVER_VERSION = "0.1.0";
export declare const SERVER_VERSION = "0.1.2";
/**

@@ -6,0 +6,0 @@ * Build the MCP server from `config`. No network I/O happens here — the session caches

@@ -6,3 +6,3 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";

export const SERVER_NAME = "translatize";
export const SERVER_VERSION = "0.1.0";
export const SERVER_VERSION = "0.1.2";
const INSTRUCTIONS = "Tools for the Translatize translation-management system. The API token is bound to exactly one project and one " +

@@ -9,0 +9,0 @@ "base branch. Call get_project_info first to learn the project, base branch, configured languages and branch scope. " +

{
"name": "@translatize/mcp",
"version": "0.1.0",
"version": "0.1.2",
"mcpName": "com.translatize/mcp",

@@ -9,3 +9,9 @@ "description": "Model Context Protocol (MCP) server exposing the Translatize translation-management API to AI agents like Claude Code and Cursor.",

"author": "SIA \"MICRON\"",
"homepage": "https://translatize.com",
"repository": {
"type": "git",
"url": "git+https://github.com/Translatize/integrations.git",
"directory": "mcp"
},
"homepage": "https://translatize.com/docs",
"bugs": "https://github.com/Translatize/integrations/issues",
"bin": {

@@ -39,3 +45,3 @@ "translatize-mcp": "./dist/index.js"

"@modelcontextprotocol/sdk": "^1.29.0",
"@translatize/core": "^0.1.0",
"@translatize/core": "^0.1.2",
"zod": "^3.25.76"

@@ -42,0 +48,0 @@ },