@channel.io/tolgee-mcp
Version:
Model Context Protocol server for Tolgee integration
45 lines (44 loc) • 993 B
JSON
{
"name": "@channel.io/tolgee-mcp",
"version": "1.0.1",
"description": "Model Context Protocol server for Tolgee integration",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"axios": "1.6.7",
"zod": "^3.24.2"
},
"devDependencies": {
"typescript": "5.0.4",
"@types/node": "18.17.0"
},
"type": "module",
"bin": {
"tolgee-mcp": "./dist/index.js"
},
"scripts": {
"build": "tsup && chmod +x dist/index.js",
"prepublishOnly": "pnpm build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"format": "prettier --write .",
"format:check": "prettier --check ."
},
"files": [
"dist"
],
"engines": {
"node": ">=14.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/channel-io/ch-mcp-tools.git"
},
"keywords": [
"tolgee",
"mcp",
"i18n",
"channel"
],
"author": "Channel Corp.",
"license": "UNLICENSED"
}