@likec4/mcp 1.29.1 → 1.31.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.
- package/.turbo/turbo-build.log +10 -10
- package/package.json +9 -9
- package/tsconfig.json +8 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @likec4/mcp@1.
|
|
2
|
+
> @likec4/mcp@1.31.0 build /home/runner/work/likec4/likec4/packages/mcp
|
|
3
3
|
> wireit
|
|
4
4
|
|
|
5
5
|
Analyzing
|
|
@@ -7,18 +7,18 @@ Analyzing
|
|
|
7
7
|
[info] Automatically detected entries: src/index [esm]
|
|
8
8
|
[info] Building mcp
|
|
9
9
|
[info] Cleaning dist directory: `./dist`
|
|
10
|
-
../../node_modules/.pnpm/@mantine+colors-generator@
|
|
10
|
+
../../node_modules/.pnpm/@mantine+colors-generator@8.0.1_chroma-js@3.1.2/node_modules/@mantine/colors-generator/esm/generate-colors.mjs (1:0): Module level directives cause errors when bundled, "use client" in "../../node_modules/.pnpm/@mantine+colors-generator@8.0.1_chroma-js@3.1.2/node_modules/@mantine/colors-generator/esm/generate-colors.mjs" was ignored.
|
|
11
11
|
[success] Build succeeded for mcp
|
|
12
12
|
[log] dist/index.mjs (total size: 75.4 kB, chunk size: 75.4 kB)
|
|
13
13
|
📦 ../../node_modules/.pnpm/zod@3.24.3/node_modules/zod/lib/index.mjs (155 kB)
|
|
14
|
-
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.
|
|
15
|
-
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.
|
|
16
|
-
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.
|
|
17
|
-
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.
|
|
18
|
-
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.
|
|
19
|
-
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.
|
|
14
|
+
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.2/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js (32.2 kB)
|
|
15
|
+
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.2/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/uriTemplate.js (8.73 kB)
|
|
16
|
+
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.2/node_modules/@modelcontextprotocol/sdk/dist/esm/server/stdio.js (2.75 kB)
|
|
17
|
+
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.2/node_modules/@modelcontextprotocol/sdk/dist/esm/server/completable.js (2.02 kB)
|
|
18
|
+
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.2/node_modules/@modelcontextprotocol/sdk/dist/esm/server/mcp.js (916 B)
|
|
19
|
+
📦 ../../node_modules/.pnpm/@modelcontextprotocol+sdk@1.10.2/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/stdio.js (821 B)
|
|
20
20
|
📦 ../../node_modules/.pnpm/zod-to-json-schema@3.24.5_zod@3.24.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js (72 B)
|
|
21
|
-
📦 ../../node_modules/.pnpm/remeda@2.21.
|
|
21
|
+
📦 ../../node_modules/.pnpm/remeda@2.21.3/node_modules/remeda/dist/chunk-ENOHV5LT.js (42 B)
|
|
22
22
|
Σ Total dist size (byte size): 75.4 kB
|
|
23
23
|
[log]
|
|
24
|
-
✅ Ran 1 script and skipped 0 in
|
|
24
|
+
✅ Ran 1 script and skipped 0 in 3.7s.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@likec4/mcp",
|
|
3
3
|
"license": "MIT",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.31.0",
|
|
5
5
|
"bugs": "https://github.com/likec4/likec4/issues",
|
|
6
6
|
"homepage": "https://likec4.dev",
|
|
7
7
|
"author": "Denis Davydkov <denis@davydkov.com>",
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
}
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"likec4": "1.
|
|
50
|
+
"likec4": "1.31.0"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@modelcontextprotocol/sdk": "^1.10.
|
|
53
|
+
"@modelcontextprotocol/sdk": "^1.10.2",
|
|
54
54
|
"@types/node": "^20.17.30",
|
|
55
|
-
"remeda": "^2.21.
|
|
55
|
+
"remeda": "^2.21.3",
|
|
56
56
|
"tsx": "~4.19.3",
|
|
57
|
-
"turbo": "^2.5.
|
|
57
|
+
"turbo": "^2.5.2",
|
|
58
58
|
"typescript": "^5.8.3",
|
|
59
59
|
"unbuild": "^3.5.0",
|
|
60
|
-
"vitest": "^3.1.
|
|
60
|
+
"vitest": "^3.1.2",
|
|
61
61
|
"zod": "^3.24.3",
|
|
62
62
|
"wireit": "^0.14.12",
|
|
63
|
-
"@likec4/core": "1.
|
|
64
|
-
"@likec4/tsconfig": "1.
|
|
63
|
+
"@likec4/core": "1.31.0",
|
|
64
|
+
"@likec4/tsconfig": "1.31.0"
|
|
65
65
|
},
|
|
66
66
|
"scripts": {
|
|
67
|
-
"typecheck": "tsc --
|
|
67
|
+
"typecheck": "tsc -b --verbose",
|
|
68
68
|
"build": "wireit",
|
|
69
69
|
"inspector": "wireit"
|
|
70
70
|
}
|