@intlayer/mcp 7.1.0 → 7.1.1-canary.1
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.
- package/package.json +7 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/mcp",
|
|
3
|
-
"version": "7.1.
|
|
3
|
+
"version": "7.1.1-canary.1",
|
|
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": [
|
|
@@ -95,16 +95,17 @@
|
|
|
95
95
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
96
96
|
},
|
|
97
97
|
"dependencies": {
|
|
98
|
-
"@intlayer/cli": "7.1.
|
|
99
|
-
"@intlayer/config": "7.1.
|
|
100
|
-
"@intlayer/docs": "7.1.
|
|
101
|
-
"@intlayer/types": "7.1.
|
|
98
|
+
"@intlayer/cli": "7.1.1-canary.1",
|
|
99
|
+
"@intlayer/config": "7.1.1-canary.1",
|
|
100
|
+
"@intlayer/docs": "7.1.1-canary.1",
|
|
101
|
+
"@intlayer/types": "7.1.1-canary.1",
|
|
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.1.1-canary.1",
|
|
108
109
|
"@modelcontextprotocol/inspector": "0.17.2",
|
|
109
110
|
"@types/express": "5.0.5",
|
|
110
111
|
"@types/node": "24.10.1",
|
|
@@ -112,16 +113,10 @@
|
|
|
112
113
|
"@utils/ts-config-types": "1.0.4",
|
|
113
114
|
"@utils/tsdown-config": "1.0.4",
|
|
114
115
|
"rimraf": "6.1.0",
|
|
115
|
-
"tsdown": "0.16.
|
|
116
|
+
"tsdown": "0.16.5",
|
|
116
117
|
"typescript": "5.9.3",
|
|
117
118
|
"vitest": "4.0.8"
|
|
118
119
|
},
|
|
119
|
-
"peerDependencies": {
|
|
120
|
-
"@intlayer/cli": "7.1.0",
|
|
121
|
-
"@intlayer/config": "7.1.0",
|
|
122
|
-
"@intlayer/docs": "7.1.0",
|
|
123
|
-
"@intlayer/types": "7.1.0"
|
|
124
|
-
},
|
|
125
120
|
"engines": {
|
|
126
121
|
"node": ">=14.18"
|
|
127
122
|
},
|