@likec4/mcp 1.46.3 → 1.46.4

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/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.46.3",
5
+ "version": "1.46.4",
6
6
  "bugs": "https://github.com/likec4/likec4/issues",
7
7
  "homepage": "https://likec4.dev",
8
8
  "author": "Denis Davydkov <denis@davydkov.com>",
@@ -64,9 +64,9 @@
64
64
  "vscode-uri": "3.1.0",
65
65
  "wireit": "0.14.12",
66
66
  "zod": "^3.25.76",
67
- "@likec4/core": "1.46.3",
67
+ "@likec4/core": "1.46.4",
68
+ "@likec4/language-server": "1.46.4",
68
69
  "@likec4/log": "1.46.1",
69
- "@likec4/language-server": "1.46.3",
70
70
  "@likec4/tsconfig": "1.46.1",
71
71
  "@likec4/devops": "1.42.0"
72
72
  },
@@ -1,24 +0,0 @@
1
-
2
- 
3
- > @likec4/mcp@1.45.0 typecheck /Users/davydkov/Projects/like-c4/likec4/packages/mcp
4
- > tsc -b --verbose
5
-
6
- [7:16:51 AM] Projects in this build:
7
- * ../core/tsconfig.json
8
- * ../config/tsconfig.json
9
- * ../layouts/tsconfig.json
10
- * ../language-server/tsconfig.json
11
- * tsconfig.json
12
-
13
- [7:16:51 AM] Project '../core/tsconfig.json' is up to date because newest input '../core/src/geometry/vector.ts' is older than output '../core/lib/tsconfig.tsbuildinfo'
14
-
15
- [7:16:51 AM] Project '../config/tsconfig.json' is up to date because newest input '../config/src/schema.image-alias.ts' is older than output '../config/lib/tsconfig.tsbuildinfo'
16
-
17
- [7:16:51 AM] Project '../layouts/tsconfig.json' is up to date because newest input '../layouts/src/manual/applyManualLayout.ts' is older than output '../layouts/lib/tsconfig.tsbuildinfo'
18
-
19
- [7:16:51 AM] Project '../language-server/tsconfig.json' is up to date because newest input '../language-server/src/generated-lib/icons.ts' is older than output '../language-server/lib/tsconfig.tsbuildinfo'
20
-
21
- [7:16:51 AM] Project 'tsconfig.json' is out of date because output file 'lib/tsconfig.tsbuildinfo' does not exist
22
-
23
- [7:16:51 AM] Building project '/Users/davydkov/Projects/like-c4/likec4/packages/mcp/tsconfig.json'...
24
-
@@ -1 +0,0 @@
1
- {"fullyTracked":false,"platform":"darwin","arch":"arm64","nodeVersion":"v22.21.1","command":"unbuild","extraArgs":[],"clean":true,"files":{},"output":[],"dependencies":{},"env":{}}
File without changes
File without changes
@@ -1,2 +0,0 @@
1
- declare const _default: import("unbuild").BuildConfig[];
2
- export default _default;
@@ -1,2 +0,0 @@
1
- declare const _default: {};
2
- export default _default;
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- export {};