@intlayer/mcp 7.2.3 → 7.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -24,6 +24,8 @@
24
24
  <a href="https://github.com/aymericzip/intlayer/blob/main/LICENSE" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/license/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="license"/></a>
25
25
  <a href="https://github.com/aymericzip/intlayer/commits/main" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/github/last-commit/aymericzip/intlayer?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="last commit"/>
26
26
  </a>
27
+ <a href="https://bountyhub.dev/bounties?repo=intlayer" target="_blank" rel="noopener noreferrer nofollow"><img src="https://img.shields.io/badge/Bounties-on%20BountyHub-yellow?style=for-the-badge&labelColor=000000&color=FFFFFF&logoColor=000000&cacheSeconds=86400" alt="Bounties on BountyHub"/>
28
+ </a>
27
29
  </p>
28
30
 
29
31
  ![Watch the video](https://github.com/aymericzip/intlayer/blob/main/docs/assets/demo_video.gif)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/mcp",
3
- "version": "7.2.3",
3
+ "version": "7.3.0",
4
4
  "private": false,
5
5
  "description": "Intlayer MCP server. Handle MCP to help IDE to use Intlayer. It build, fill, pull, push, dictionaries",
6
6
  "keywords": [
@@ -81,8 +81,8 @@
81
81
  "process-files": "ts-node src/transpiler/processFilesCLI.ts --dir $npm_config_dir --extension $npm_config_extension --no-node-snapshot",
82
82
  "prepublish": "cp -f ../../../README.md ./README.md",
83
83
  "publish": "bun publish || true",
84
- "publish:canary": "bun publish --tag canary || true",
85
- "publish:latest": "bun publish --tag latest || true",
84
+ "publish:canary": "bun publish --access public --tag canary || true",
85
+ "publish:latest": "bun publish --access public --tag latest || true",
86
86
  "start": "bun start:stdio",
87
87
  "start:client": "npx node dist/cjs/client/sse.cjs",
88
88
  "start:docker": "docker run --rm -p 3000:3000 --name intlayer-mcp-app intlayer-mcp",
@@ -95,17 +95,17 @@
95
95
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
96
96
  },
97
97
  "dependencies": {
98
- "@intlayer/cli": "7.2.3",
99
- "@intlayer/config": "7.2.3",
100
- "@intlayer/docs": "7.2.3",
101
- "@intlayer/types": "7.2.3",
98
+ "@intlayer/cli": "7.3.0",
99
+ "@intlayer/config": "7.3.0",
100
+ "@intlayer/docs": "7.3.0",
101
+ "@intlayer/types": "7.3.0",
102
102
  "@modelcontextprotocol/sdk": "1.21.1",
103
103
  "dotenv": "16.6.1",
104
104
  "express": "5.1.0",
105
105
  "zod": "3.25.76"
106
106
  },
107
107
  "devDependencies": {
108
- "@intlayer/types": "7.2.3",
108
+ "@intlayer/types": "7.3.0",
109
109
  "@modelcontextprotocol/inspector": "0.17.2",
110
110
  "@types/express": "5.0.5",
111
111
  "@types/node": "24.10.1",
@@ -115,7 +115,7 @@
115
115
  "rimraf": "6.1.2",
116
116
  "tsdown": "0.16.6",
117
117
  "typescript": "5.9.3",
118
- "vitest": "4.0.12"
118
+ "vitest": "4.0.13"
119
119
  },
120
120
  "engines": {
121
121
  "node": ">=14.18"