@translatize/mcp
Advanced tools
+1
-1
| 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 |
+1
-1
@@ -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. " + |
+9
-3
| { | ||
| "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 @@ }, |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
66688
0.33%2
-33.33%Updated