@intlayer/mcp 8.1.5 → 8.1.6

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,2 +1,2 @@
1
- import{readFileSync as e}from"node:fs";import{dirname as t,resolve as n}from"node:path";import{fileURLToPath as r}from"node:url";import{isESModule as i}from"@intlayer/config/utils";import{Client as a}from"@modelcontextprotocol/sdk/client/index.js";const o=i?t(r(import.meta.url)):__dirname,s=JSON.parse(e(n(o,`../../../package.json`),`utf8`)),c=()=>new a({name:`mcp-client-for-intlayer-mcp-server`,version:s.version});export{o as dirname,c as loadClient};
1
+ import{dirname as e,resolve as t}from"node:path";import{readFileSync as n}from"node:fs";import{fileURLToPath as r}from"node:url";import{isESModule as i}from"@intlayer/config/utils";import{Client as a}from"@modelcontextprotocol/sdk/client/index.js";const o=i?e(r(import.meta.url)):__dirname,s=JSON.parse(n(t(o,`../../../package.json`),`utf8`)),c=()=>new a({name:`mcp-client-for-intlayer-mcp-server`,version:s.version});export{o as dirname,c as loadClient};
2
2
  //# sourceMappingURL=client.mjs.map
@@ -1,2 +1,2 @@
1
- import{loadCLITools as e}from"../tools/cli.mjs";import{loadDocsTools as t}from"../tools/docs.mjs";import{loadInstallSkillsTool as n}from"../tools/installSkills.mjs";import{readFileSync as r}from"node:fs";import{dirname as i,resolve as a}from"node:path";import{fileURLToPath as o}from"node:url";import{isESModule as s}from"@intlayer/config/utils";import{McpServer as c}from"@modelcontextprotocol/sdk/server/mcp.js";const l=s?i(o(import.meta.url)):__dirname,u=JSON.parse(r(a(l,`../../../package.json`),`utf8`)),d=({isLocal:r})=>{let i=new c({name:`intlayer`,version:u.version});if(r)try{e(i),n(i)}catch(e){console.error(`Error loading CLI tools:`,e)}try{t(i)}catch(e){console.error(`Error loading docs tools:`,e)}return i};export{l as dirname,d as loadServer};
1
+ import{loadCLITools as e}from"../tools/cli.mjs";import{loadDocsTools as t}from"../tools/docs.mjs";import{loadInstallSkillsTool as n}from"../tools/installSkills.mjs";import{dirname as r,resolve as i}from"node:path";import{readFileSync as a}from"node:fs";import{fileURLToPath as o}from"node:url";import{isESModule as s}from"@intlayer/config/utils";import{McpServer as c}from"@modelcontextprotocol/sdk/server/mcp.js";const l=s?r(o(import.meta.url)):__dirname,u=JSON.parse(a(i(l,`../../../package.json`),`utf8`)),d=({isLocal:r})=>{let i=new c({name:`intlayer`,version:u.version});if(r)try{e(i),n(i)}catch(e){console.error(`Error loading CLI tools:`,e)}try{t(i)}catch(e){console.error(`Error loading docs tools:`,e)}return i};export{l as dirname,d as loadServer};
2
2
  //# sourceMappingURL=server.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/mcp",
3
- "version": "8.1.5",
3
+ "version": "8.1.6",
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,19 +96,19 @@
96
96
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
97
97
  },
98
98
  "dependencies": {
99
- "@intlayer/api": "8.1.5",
100
- "@intlayer/chokidar": "8.1.5",
101
- "@intlayer/cli": "8.1.5",
102
- "@intlayer/config": "8.1.4",
103
- "@intlayer/docs": "8.1.5",
104
- "@intlayer/types": "8.1.4",
99
+ "@intlayer/api": "8.1.6",
100
+ "@intlayer/chokidar": "8.1.6",
101
+ "@intlayer/cli": "8.1.6",
102
+ "@intlayer/config": "8.1.6",
103
+ "@intlayer/docs": "8.1.6",
104
+ "@intlayer/types": "8.1.6",
105
105
  "@modelcontextprotocol/sdk": "1.25.3",
106
106
  "dotenv": "17.3.1",
107
107
  "express": "5.2.1",
108
108
  "zod": "4.3.6"
109
109
  },
110
110
  "devDependencies": {
111
- "@intlayer/types": "8.1.4",
111
+ "@intlayer/types": "8.1.6",
112
112
  "@modelcontextprotocol/inspector": "0.19.0",
113
113
  "@types/express": "5.0.6",
114
114
  "@types/node": "25.3.0",