@intlayer/mcp 8.4.9 → 8.4.10

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
+ import { fileURLToPath } from "node:url";
1
2
  import { readFileSync } from "node:fs";
2
3
  import { dirname as dirname$1, resolve } from "node:path";
3
- import { fileURLToPath } from "node:url";
4
4
  import { isESModule } from "@intlayer/config/utils";
5
5
  import { Client } from "@modelcontextprotocol/sdk/client/index.js";
6
6
 
@@ -1,6 +1,6 @@
1
+ import { fileURLToPath } from "node:url";
1
2
  import { existsSync, readFileSync } from "node:fs";
2
3
  import { basename, dirname, join, relative, resolve, sep } from "node:path";
3
- import { fileURLToPath } from "node:url";
4
4
 
5
5
  //#region ../chokidar/dist/esm/_virtual/_utils_asset.mjs
6
6
  const hereDirname = () => {
@@ -1,9 +1,9 @@
1
1
  import { loadCLITools } from "../tools/cli.mjs";
2
- import { loadDocsTools } from "../tools/docs.mjs";
3
2
  import { loadInstallSkillsTool } from "../tools/installSkills.mjs";
3
+ import { loadDocsTools } from "../tools/docs.mjs";
4
+ import { fileURLToPath } from "node:url";
4
5
  import { readFileSync } from "node:fs";
5
6
  import { dirname as dirname$1, resolve } from "node:path";
6
- import { fileURLToPath } from "node:url";
7
7
  import { isESModule } from "@intlayer/config/utils";
8
8
  import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/mcp",
3
- "version": "8.4.9",
3
+ "version": "8.4.10",
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": [
@@ -93,18 +93,18 @@
93
93
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
94
94
  },
95
95
  "dependencies": {
96
- "@intlayer/api": "8.4.9",
97
- "@intlayer/cli": "8.4.9",
98
- "@intlayer/config": "8.4.9",
99
- "@intlayer/docs": "8.4.9",
100
- "@intlayer/types": "8.4.9",
96
+ "@intlayer/api": "8.4.10",
97
+ "@intlayer/cli": "8.4.10",
98
+ "@intlayer/config": "8.4.10",
99
+ "@intlayer/docs": "8.4.10",
100
+ "@intlayer/types": "8.4.10",
101
101
  "@modelcontextprotocol/sdk": "1.27.1",
102
102
  "dotenv": "17.3.1",
103
103
  "express": "5.2.1",
104
104
  "zod": "4.3.6"
105
105
  },
106
106
  "devDependencies": {
107
- "@intlayer/types": "8.4.9",
107
+ "@intlayer/types": "8.4.10",
108
108
  "@modelcontextprotocol/inspector": "0.21.1",
109
109
  "@types/express": "5.0.6",
110
110
  "@types/node": "25.5.0",
@@ -113,8 +113,8 @@
113
113
  "@utils/tsdown-config": "1.0.4",
114
114
  "rimraf": "6.1.3",
115
115
  "tsdown": "0.21.4",
116
- "typescript": "5.9.3",
117
- "vitest": "4.1.0"
116
+ "typescript": "6.0.2",
117
+ "vitest": "4.1.1"
118
118
  },
119
119
  "engines": {
120
120
  "node": ">=14.18"