@vodailoc/kilo-kit-mcp 1.2.0 → 1.3.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/mcp/package.json CHANGED
@@ -1,11 +1,12 @@
1
1
  {
2
2
  "name": "@kilo-kit/mcp",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "Kilo-Kit MCP server for skill routing, skill loading, and validation.",
5
5
  "type": "module",
6
6
  "private": true,
7
7
  "bin": {
8
- "kilo-kit-mcp": "./dist/server.js"
8
+ "kilo-kit-mcp": "./dist/server.js",
9
+ "kilo-kit-init": "./dist/init.js"
9
10
  },
10
11
  "scripts": {
11
12
  "build": "tsc -p tsconfig.json",
@@ -25,5 +26,8 @@
25
26
  },
26
27
  "engines": {
27
28
  "node": ">=20.0.0"
29
+ },
30
+ "optionalDependencies": {
31
+ "@rolldown/binding-linux-x64-gnu": "^1.0.0-rc.17"
28
32
  }
29
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vodailoc/kilo-kit-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.3.1",
4
4
  "description": "Kilo-Kit MCP server for adaptive skill routing, skill loading, and validation.",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Kilo-Kit Team",
@@ -13,7 +13,8 @@
13
13
  "url": "https://github.com/VoDaiLocz/KILO-KIT/issues"
14
14
  },
15
15
  "bin": {
16
- "kilo-kit-mcp": "mcp/dist/server.js"
16
+ "kilo-kit-mcp": "mcp/dist/server.js",
17
+ "kilo-kit-init": "mcp/dist/init.js"
17
18
  },
18
19
  "files": [
19
20
  "LICENSE",