@intlayer/mcp 8.4.0-canary.0 → 8.4.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,2 +1,2 @@
|
|
|
1
|
-
import{loadCLITools as e}from"../tools/cli.mjs";import{
|
|
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{fileURLToPath as r}from"node:url";import{readFileSync as i}from"node:fs";import{dirname as a,resolve as o}from"node:path";import{isESModule as s}from"@intlayer/config/utils";import{McpServer as c}from"@modelcontextprotocol/sdk/server/mcp.js";const l=s?a(r(import.meta.url)):__dirname,u=JSON.parse(i(o(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.4.0
|
|
3
|
+
"version": "8.4.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": [
|
|
@@ -93,18 +93,18 @@
|
|
|
93
93
|
"typecheck": "tsc --noEmit --project tsconfig.types.json"
|
|
94
94
|
},
|
|
95
95
|
"dependencies": {
|
|
96
|
-
"@intlayer/api": "8.4.0
|
|
97
|
-
"@intlayer/cli": "8.4.0
|
|
98
|
-
"@intlayer/config": "8.4.0
|
|
99
|
-
"@intlayer/docs": "8.4.0
|
|
100
|
-
"@intlayer/types": "8.4.0
|
|
96
|
+
"@intlayer/api": "8.4.0",
|
|
97
|
+
"@intlayer/cli": "8.4.0",
|
|
98
|
+
"@intlayer/config": "8.4.0",
|
|
99
|
+
"@intlayer/docs": "8.4.0",
|
|
100
|
+
"@intlayer/types": "8.4.0",
|
|
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.0
|
|
107
|
+
"@intlayer/types": "8.4.0",
|
|
108
108
|
"@modelcontextprotocol/inspector": "0.21.1",
|
|
109
109
|
"@types/express": "5.0.6",
|
|
110
110
|
"@types/node": "25.5.0",
|