@dalisys/i18n-mcp
MCP server package i18n-mcp
Install
agr install @dalisys/i18n-mcp --target claudeThis artifact does not publish files for Claude.
Document
{ "name": "i18n-mcp", "version": "1.0.10", "description": "High-performance MCP server for managing internationalization (i18n) translation files", "main": "dist/index.js", "type": "module", "bin": { "i18n-mcp": "dist/index.js" }, "preferGlobal": false, "publishConfig": { "access": "public" }, "scripts": { "build": "tsc && chmod +x dist/index.js", "build:watch": "tsc --watch", "clean": "rm -rf dist", "typecheck": "tsc --noEmit", "lint": "echo 'Linting not configured yet'", "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "test:watch": "vitest --watch", "test:ui": "vitest --ui", "mcp-test": "node dist/index.js --dir ./test_locales --project-root . --debug", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "i18n", "internationalization", "translation", "localization", "typescript" ], "author": "Mohamed-Ali Masmoudi", "url": "https://github.com/dalisys/i18n-mcp", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "chokidar": "^4.0.3", "jsonc-parser": "^3.3.1", "zod": "^3.25.49" }, "devDependencies": { "@types/node": "^22.15.29", "@vitest/coverage-v8": "^2.1.8", "@vitest/ui": "^2.1.8", "nodemon": "^3.1.10", "tsx": "^4.19.4", "typescript": "^5.8.3", "vitest": "^2.1.8" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist/**/*", "README.md", "mcp-standalone.js" ] }
Trust
Not scanned yet. Artifacts are graded after they are crawled, so a recently discovered one may have no result for a while.
Versions
git-d79796702ebb2026-08-05