@intlayer/mcp 7.6.0-canary.0 → 8.0.0-canary.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.
@@ -1,6 +1,6 @@
1
1
  const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
- let node_path = require("node:path");
3
2
  let node_fs = require("node:fs");
3
+ let node_path = require("node:path");
4
4
  let node_url = require("node:url");
5
5
  let _intlayer_config = require("@intlayer/config");
6
6
  let _modelcontextprotocol_sdk_client_index_js = require("@modelcontextprotocol/sdk/client/index.js");
@@ -1,8 +1,8 @@
1
1
  const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
2
  const require_tools_cli = require('../tools/cli.cjs');
3
3
  const require_tools_docs = require('../tools/docs.cjs');
4
- let node_path = require("node:path");
5
4
  let node_fs = require("node:fs");
5
+ let node_path = require("node:path");
6
6
  let node_url = require("node:url");
7
7
  let _intlayer_config = require("@intlayer/config");
8
8
  let _modelcontextprotocol_sdk_server_mcp_js = require("@modelcontextprotocol/sdk/server/mcp.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/mcp",
3
- "version": "7.6.0-canary.0",
3
+ "version": "8.0.0-canary.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": [
@@ -96,20 +96,21 @@
96
96
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
97
97
  },
98
98
  "dependencies": {
99
- "@intlayer/cli": "7.6.0-canary.0",
100
- "@intlayer/config": "7.6.0-canary.0",
101
- "@intlayer/docs": "7.6.0-canary.0",
102
- "@intlayer/types": "7.6.0-canary.0",
99
+ "@intlayer/chokidar": "8.0.0-canary.0",
100
+ "@intlayer/cli": "8.0.0-canary.0",
101
+ "@intlayer/config": "8.0.0-canary.0",
102
+ "@intlayer/docs": "8.0.0-canary.0",
103
+ "@intlayer/types": "8.0.0-canary.0",
103
104
  "@modelcontextprotocol/sdk": "1.25.1",
104
105
  "dotenv": "16.6.1",
105
106
  "express": "5.2.1",
106
- "zod": "3.25.76"
107
+ "zod": "4.3.5"
107
108
  },
108
109
  "devDependencies": {
109
- "@intlayer/types": "7.6.0-canary.0",
110
+ "@intlayer/types": "8.0.0-canary.0",
110
111
  "@modelcontextprotocol/inspector": "0.18.0",
111
112
  "@types/express": "5.0.6",
112
- "@types/node": "25.0.7",
113
+ "@types/node": "25.0.9",
113
114
  "@utils/ts-config": "1.0.4",
114
115
  "@utils/ts-config-types": "1.0.4",
115
116
  "@utils/tsdown-config": "1.0.4",