@intlayer/mcp 7.3.0-canary.0 → 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 (1) hide show
  1. package/package.json +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/mcp",
3
- "version": "7.3.0-canary.0",
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.3.0-canary.0",
99
- "@intlayer/config": "7.3.0-canary.0",
100
- "@intlayer/docs": "7.3.0-canary.0",
101
- "@intlayer/types": "7.3.0-canary.0",
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.3.0-canary.0",
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",