@likec4/mcp 1.36.1 → 1.37.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,8 +1,9 @@
1
1
 
2
- > @likec4/mcp@1.36.1 build /home/runner/work/likec4/likec4/packages/mcp
2
+ > @likec4/mcp@1.37.0 build /home/runner/work/likec4/likec4/packages/mcp
3
3
  > wireit
4
4
 
5
5
  Analyzing
6
+ 0% [0 / 1] [1 running] build
6
7
  [info] Automatically detected entries: src/index [esm]
7
8
  [info] Building mcp
8
9
  [info] Cleaning dist directory: `./dist`
@@ -20,4 +21,4 @@ Analyzing
20
21
  📦 ../../node_modules/.pnpm/zod@3.25.67/node_modules/zod/dist/esm/v3/errors.js (88 B)
21
22
  Σ Total dist size (byte size): 64.2 kB
22
23
  [log]
23
- ✅ Ran 1 script and skipped 0 in 1.3s.
24
+ ✅ Ran 1 script and skipped 0 in 1.6s.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@likec4/mcp",
3
3
  "description": "Model Context Protocol server for LikeC4",
4
4
  "license": "MIT",
5
- "version": "1.36.1",
5
+ "version": "1.37.0",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
8
8
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -48,7 +48,7 @@
48
48
  }
49
49
  },
50
50
  "dependencies": {
51
- "likec4": "1.36.1"
51
+ "likec4": "1.37.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@modelcontextprotocol/sdk": "^1.13.2",
@@ -61,8 +61,8 @@
61
61
  "vitest": "3.2.4",
62
62
  "zod": "3.25.67",
63
63
  "wireit": "0.14.12",
64
- "@likec4/core": "1.36.1",
65
- "@likec4/tsconfig": "1.36.1"
64
+ "@likec4/core": "1.37.0",
65
+ "@likec4/tsconfig": "1.37.0"
66
66
  },
67
67
  "scripts": {
68
68
  "typecheck": "tsc -b --verbose",